No-code tools to create TTS, transcribe, generate and manage videos
6.0K
Video editing tools to use with no-code tools like n8n, Zapier, and Make. Brought to you by AI Agents A-Z.
Watch the YouTube video featuring this project
docker run --rm -p 8000:8000 -it gyoridavid/ai-agents-no-code-tools:latest
If you have an NVidia GPU and have the Cuda Toolkit installed, you can run the server with GPU support
docker run --rm --gpus=all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all -p 8000:8000 -it gyoridavid/ai-agents-no-code-tools:latest-cuda
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
fastapi dev server.py --host 0.0.0.0
After starting the project, you can access the documentation at http://localhost:8000/docs.
While PRs are welcome, please note that due to the nature of the project, I may not be able to review them in a timely manner. If you have any questions or suggestions, feel free to open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.
Content type
Image
Digest
sha256:aed71819e…
Size
3.7 GB
Last updated
about 1 year ago
docker pull gyoridavid/ai-agents-no-code-tools:0.3.6