mkdir -p {audio,video,images}
pip install -r requirements.txt
cd client
npm install
Also, install ffmpeg using the following link: https://ffmpeg.org/
Run FLASK_APP=app.py flask run in the main folder.
Run npm run serve in the client folder.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
mkdir -p {audio,video,images}
pip install -r requirements.txt
cd client
npm install
Also, install ffmpeg using the following link: https://ffmpeg.org/
Run FLASK_APP=app.py flask run in the main folder.
Run npm run serve in the client folder.