# make sure version less than 3.9
python3 -m venv venvNOTE: 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.
pip install -r requirements.txt# macOS
brew install ffmpeg
# Windows
sudo apt install ffmpegpip install fastapipip install uvicornpython3 app.py