pip install -r requirements.txt
npm i
Put models in the root folder and change path in the app.py
Make folder in static/assets/
static/assests
files/
uploads/
flask --app app.py --debug run
If flask server doesn't run properly, I recommend running the program in an anaconda environment. Install anaconda thru their docs