Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Create a virtual environment:

# make sure version less than 3.9
python3 -m venv venv

NOTE: make sure you have some free time, cause it can take a around hour or less. For me took 1 hour based on my inernet speed.

Install requirements:

pip install -r requirements.txt

Install ffmpeg:

# macOS
brew install ffmpeg

# Windows
sudo apt install ffmpeg

Install fastapi:

pip install fastapi

Install uvicorn:

pip install uvicorn

Run the server:

python3 app.py

Open the docs:

http://127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages