/deploy_mnist_classification_using_flask

In this repository, we will see how to classify MNIST Handwritten digits using Keras and then deploy the model using flask to make predictions in web browser

Primary LanguagePython

MNIST Handwritten digit classification using Keras and deploy it using flask

The part 1 of the tutorial can be found on the link: http://www.python36.com/mnist-handwritten-digits-classification-using-keras/

The part 2 of the tutorial can be found on the link: http://www.python36.com/deploy-keras-model-to-production-using-flask/

Requirements can be found in the file requirements.txt

To run the app in web browser, install all the necessary dependencies and simply run using the command

python3 app.py

For full tutorial, please refer to the links above