Skip to content

This is the code for a model that recognizes handwritten digit images (MNIST). Developed using TensorFlow and the super simple Keras Library. Wrapped into a Webapp using Flask Micro Framework.

License

Notifications You must be signed in to change notification settings

rishab-sharma/cnn-hand-written-digit

Repository files navigation

Hand Written Digit Recognition using Convolutional Neural Network

Overview

This is the code for a model that recognizes handwritten digit images (MNIST). Developed using TensorFlow and the super simple Keras Library. Wrapped into a Webapp using Flask Micro Framework.

Dependencies

sudo pip install -r requirements.txt

Demo Video

CNN Hand written digit recognition

Usage

Once dependencies are installed, just run this to see it in your browser.

python app.py

That's it! It's serving a saved Keras model to you via Flask.

About

This is the code for a model that recognizes handwritten digit images (MNIST). Developed using TensorFlow and the super simple Keras Library. Wrapped into a Webapp using Flask Micro Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages