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/activatepy manage.py venv .venv
.venv/Scripts/activatepip install -r requirements.txtWe already have all sql instructions for structure our database, we just need apply it in our database before runserver
python3 manage.py migratepython3 manage.py runserver