Skip to content

rahul-bharadwaaj/Hand-written-digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand-written-digit-recognition

Using CNN

Requirements

  1. Install anaconda
  2. Install Tensorflow,scikit-learn,numpy,pandas

MNIST dataset:

MNIST is a collection of handwritten digits from 0-9. Image of size 28 X 28

Description

  1. I loaded MNIST dataset using the Keras API and creates a plot of image in the training dataset.
  2. It achieved 97.13% of accuracy with CNN.
  3. Finally I build a GUI using App using Tkinter(The tkinter package is the standard Python interface to the Tk GUI toolkit).

Screenshots

Screenshot 2021-11-16 184412 Screenshot 2021-11-16 184547

Releases

No releases published

Packages

No packages published

Languages