Skip to content

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

Notifications You must be signed in to change notification settings

Aryal007/deploy_mnist_classification_using_flask

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published