A minimum implementation of image classifier web app with Keras & Flask
- Clone this repository
cd keras-flask-classifier
python main.py
- Open
http://127.0.0.1:5000/
on your browser - Click the file select button and select one of the test images
A minimum implementation of image classifier web app with Keras & Flask
Python