Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shahiransari/handwrittenocr
- Owner: ShahirAnsari
- Created: 2020-06-05T06:11:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T06:44:13.000Z (over 4 years ago)
- Last Synced: 2024-03-08T16:44:49.718Z (12 months ago)
- Language: Jupyter Notebook
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%.