- Clone the
latestbranch of the project - Open the folder in terminal and run the following commands
python3 -m venv ai
ai\Scripts\activate
pip install -r requirements.txt
cd flask
flask run- Possible error is ffmpeg - path not found error. If this error comes install ffmpeg manually from the official website and add the path to environment variables.