SunYanCN / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 45.7%Language:HTML 24.4%Language:JavaScript 16.4%Language:CSS 13.5%