Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelsdavid/charcnn

A convolutional neural network that has detection for English characters (letters) written by hand.
https://github.com/michaelsdavid/charcnn

character-recognition cnn-model convolutional-neural-network keras opencv2-python python3 scikit-learn tensorflow

Last synced: about 1 month ago
JSON representation

A convolutional neural network that has detection for English characters (letters) written by hand.

Awesome Lists containing this project

README

        

# CharCNN
A convolutional neural network (CNN) that can detect English characters/letters (written by hand) made using Scikit-learn, Keras, and Tensorflow (displayed with OpenCV2).


Some large files like the dataset need to be downloaded externally. `requirements.txt` has all the packages needed for this to run, and you must recompile the model first for it to succeed.