First export the main project as an app Flask
export FLASK_APP=main.py
Then execute Flask
flask run
You can use your own dataset, on scripts folder you find a jupyter notebook containing the Deep Learning train algorithm, feel free to generate your own models.