Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shahiransari/handwrittenocr

The aim of the project is to read words from an image and can be used in any scenarios like read numer plates from a vehicle or just read text from any image.
https://github.com/shahiransari/handwrittenocr

Last synced: 24 days ago
JSON representation

The aim of the project is to read words from an image and can be used in any scenarios like read numer plates from a vehicle or just read text from any image.

Awesome Lists containing this project

README

        

# HandWrittenOCR
The aim of the project is to read words from an image and can be used in any scenarios like read numer plates from a vehicle or just read text from any image.

The dataset used contains pixels values of 28*28 images in csv format.
Where the first value is the images class and the rest are pixels values.

The model use on this dataset gives an accuracy of ~98%.