(This flask app is still in progress...)
This repo serves as a folder to store all backend files connecting the UI and the ML model (See our org for more...)
To run the flask app, just clone this repo and type the commands:
For Powershell,
$env:FLASK_ENV = "development"
flask run
For bash,
export FLASK_ENV = "development"
flask run