Skip to content

hell-o-world/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR

Printed digits recognition using SVMs

A simple digits recognition program using Support Vector Machines. Consists of 3 modules: 1)imgproc.py is used to pre-process the training data 2)imgprocTest.py is used to pre-process the testing data --New test cases can be added to the grid(blank.jpg) and increasing the no. of testfiles paramter in imgprocTest.py

3)final.py is used for feature extraction and classification using SVMs --The trained model is already saved in savedata/ --For training a new model with new features delete all the contents of savedata/ and run 'final.py'

About

Printed digits recognition using SVMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published