Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 674 Bytes

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