Skip to content

DigitRecognition using Convolutional Neural Network(CNN) with keras.

Notifications You must be signed in to change notification settings

mayanksharma019/Handwritten-Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten-Digit-Recognition

MNIST is a widely used dataset for the hand-written digit classification task. It consists of 70,000 labeled 28x28 pixel grayscale images of hand-written digits. The dataset is split into 60,000 training images and 10,000 test images. There are 10 classes (one for each of the 10 digits).

Sample images from the dataset

mnist

Dependencies

List of dependencies for running this application.

  • Keras
  • tensorflow
  • Opencv
  • Pandas
  • Numpy
  • Matplotlib

DEMO

Taking input as an image

image1

Contoured Image

image2

Digits Recognition from the image

image3



image4

How to use

  1. Download or clone this repository.
  2. Use git clone https://github.com/mayanksharma019/Handwritten-Digit-Recognition.git
  3. Extract the repository to some location.
  4. Weights and model configuration is saved in mnist_handwritten.h5 file.
  5. Run prediction.ipynb and give your own handwritten image as input.

About

DigitRecognition using Convolutional Neural Network(CNN) with keras.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published