Skip to content

A real time digit recognizer using machine learning and OpenCV

License

Notifications You must be signed in to change notification settings

HarshOza36/RealTime_DigitRecognizer

Repository files navigation

RealTime_DigitRecognizer

Project license Python 3.6

A real time digit recognizer using machine learning and OpenCV

We will first create single digit rercognition in RealTimeDigitRecognition.ipynb and then multidigit recognition in RealTimeMultiDigitRecognition.ipynb

Final output in RealTimeMultiDigitRecognition.ipynb will be

First we need to train the model in RealTimeDRTraining.ipynb.

We required the dataset for training which is Data.zip extract it in the same folder where you have all the files.

And Train the model.

But if you dont want to train and directly test,the model is still provided to be used directly.

To test the model use RealTimeDigitRecognition.ipynb

First we will create a normal real time detection without bounded boxes

Then we will add bounded boxes and ouput will be as shown below.

Changes Required:

- Bounded Boxes accuracy needs to be increased

All changes updated and created MultiDigit Recognition ipynb file

About

A real time digit recognizer using machine learning and OpenCV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published