Skip to content

davenewham/Handwriting-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting-Recognition

This is a Jupyter Notebook Project Using MNIST dataset for training and OpenCV to capture the webcam images. Press "q" to quit

MNIST dataset

MNIST dataset, which is a set of 70,000 small images of digits handwritten by high school students and employees of the US Census Bureau. Each image is labeled with the digit it represents.

Scikit-Learn provides many helper functions to download popular datasets. MNIST is one of them.

Get MNIST dataset

Download the data from GitHub: https://github.com/amplab/datascience-sp14/blob/master/lab7/mldata/mnist-original.mat

Put the mat file at

your Python root\settings\scikit_learn_data\mldata

About

deep learning with MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.8%
  • Python 6.2%