Skip to content

Handwrite digits recognition using KNN algorithms with training real time.

Notifications You must be signed in to change notification settings

leitro/digitsOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digitsOCR

Handwrite digits recognition using KNN algorithms with training real time.

###Requirements:

  • OpenCV 3.0
  • Python 3

###How to use:

  1. Start the program using command line "python3 ocrlearnKnn.py".
  2. Write digits on a paper under the camera and check whether they are detected correctly.
  3. Training your own hand writing data: first, press "x" button to pause the screen and the digits of its processing will show simultaneously; second, press "e" button and input the value of the digits with whitespace separated; then, press enter and the training data will be updated; finally, after many times of training, the program will detect your hand writing digits effectively.

Demo

###Watch my DEMO video: http://www.bilibili.com/video/av4904541/

About

Handwrite digits recognition using KNN algorithms with training real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages