This project showcases an example of utilising Flask to serve a simple webpage that interacts with an existing Keras model for image classification.
This is the codebase that was created as part of this tutorial here:
Install the dependencies
pip install -r requirements.txt
Note: This project requires Python 3.8 or higher
- To run locally either run from the IDE or use the following command:
python app.py
- Open your web browser and visit
http://localhost:3000
- Select an image and click on the
Predict Image
button
This project is licensed under the MIT Licence.