Skip to content
 
 

Repository files navigation

Handwritten Digit Recognition

This is a simple implementation of a basic CNN to recognize hand written digits.

Installation

$ git clone https://github.com/shubham1172/MNISTDigitRecoginition
$ cd MNISTDigitRecognition
$ pip3 install -r requirements.txt

Running

To train,

$ python3 train.py

To start the interactive GUI,

$ python3 play.py

Data

I have used the MNIST dataset for training the CNN. It contains a training set of 60,000 examples, and a test set of 10,000 examples of handwritten digits.

Results

screenshot The screenshot shows a sample prediction for the digit '2'.

About

Python app to recognize handwritten digits.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages