Extractpy is an open source project that get a video file and extract the audio from it
These commands bellow are creating a folder .venv and activate the environment in the terminal.
python3 manage.py venv .venv
source .venv/bin/activate
py manage.py venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
We already have all sql instructions for structure our database, we just need apply it in our database before runserver
python3 manage.py migrate
python3 manage.py runserver