Skip to content

This is a RealTime-MultiplevDigitRecognition application that can predict output corresponding to handwritten images. Here, I used LinearSVC(support vector classifier) and the sequential model of Keras for creating this predictive model. I trained SVC and reshaped it to the 28X28 MNIST dataset, the accuracy of this model turned out to be very go…

License

Notifications You must be signed in to change notification settings

hrugved06/RealTime-Digit-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Digit Recognizer

Handwriting digit recognition application is used in different tasks of our real-life time purposes. Precisely, it is used in vehicle number plate detection, banks for reading checks, post offices for sorting letter, and many other related tasks.

I trained the model in the local enviornment using train_main.py file and stored the predictions in the digits.pkl file and then the results are predicted using a GUI.

Example

  • Recognizing handwritten 3
    3

  • Recognizing handwritten 0,1,2
    0,1,2




Author:

Hey, This is Hrugved Kolhe.


Hrugved Kolhe

GitHub followers Twitter Follow




About

This is a RealTime-MultiplevDigitRecognition application that can predict output corresponding to handwritten images. Here, I used LinearSVC(support vector classifier) and the sequential model of Keras for creating this predictive model. I trained SVC and reshaped it to the 28X28 MNIST dataset, the accuracy of this model turned out to be very go…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages