Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 good…

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages