![Meet the team](./Screenshot 2023-04-29 at 21.11.47.png)
- Set up the .env file with API keys and login credentials
- Install requirements:
python3 -m pip install -r requirements.txt
- Install ffmpeg on your machine. For example on mac:
brew install ffmpeg
(our live demo used the demo
branch rather than main
)
python3 main.py
uvicorn api:app --reload