An open API service indexing awesome lists of open source software.

https://github.com/harshoza36/realtime_digitrecognizer

A real time digit recognizer using machine learning and OpenCV
https://github.com/harshoza36/realtime_digitrecognizer

bounded-boxes deep-learning opencv realtime-digitrecognizer

Last synced: 2 months ago
JSON representation

A real time digit recognizer using machine learning and OpenCV

Awesome Lists containing this project

README

          

# RealTime_DigitRecognizer

![Project license](https://img.shields.io/apm/l/vim-mode?style=plastic)
![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)

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