https://github.com/g-sari/pyautodigits
A python cross-platform module to recognize digits on images
https://github.com/g-sari/pyautodigits
Last synced: 13 days ago
JSON representation
A python cross-platform module to recognize digits on images
- Host: GitHub
- URL: https://github.com/g-sari/pyautodigits
- Owner: g-sari
- Created: 2017-07-13T08:54:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T21:41:46.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T02:36:06.221Z (about 1 month ago)
- Language: Python
- Size: 257 KB
- Stars: 11
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyautodigits
A python cross-platform module to recognize digits on images## How it works?
The code works simple as two parts. The aim of the first part is to train the script with possible images.
Once the training is done, you can test your scanned image (i.e. credit card or insurance card).## Frameworks to be installed
```javascript
Python-2.7.x.
numpy
opencv
```
## Demo training video
Simply tap on the keyboard key that is displayed in a red rectangle
[](https://www.youtube.com/watch?v=desRsZO5Oa8)## How to train?
Open a terminal, go to the folder and run the following command:
```javascript
python digit_recognizer_training.py
```## How to test?
Open a terminal, go to the folder and run the following command:
```javascript
python digit_recognizer_testing.py
```## Sample recognition output
Here you can see the output of a successful digits recognition: