Skip to content

Optical Character Recognition (OCR) implemented with Convolutional Neural Network (CNN)

Notifications You must be signed in to change notification settings

tonbadal/optical_character_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optical Character Recognition

Optical Character Recognition (OCR) implemented with Convolutional Neural Network (CNN) in TensorFlow.

Usage

Download the dataset in the link below to this folder and execute the "ocr_deep.py" file.

Data set

The Chars74K dataset has been used to train this model. To train your model, it can be downloaded from http://www.ee.surrey.ac.uk/CVSSP/demos/chars74k/.

For this implementation the computer fonts version has been used, but it may work with the other versions too, you just need to change the "data_providers.py" path.

About

Optical Character Recognition (OCR) implemented with Convolutional Neural Network (CNN)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages