There must be a .flaskenv file with the following lines:
- FLASK_APP=app.py
- FLASK_ENV=development
- flask run
- python -m flask run
Go to your browser and type http://localhost:5000
- Enter your details in the email field, add a tiff image, and choose the name of the model that you would like to use.
- The model name should located in the models subfolder.
- Wait for the Image to be sent to the back end for processing ...