Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelsdavid/charcnn
- Owner: MichaelSDavid
- Created: 2021-08-21T01:02:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T18:21:17.000Z (about 1 year ago)
- Last Synced: 2023-11-26T19:36:08.290Z (about 1 year ago)
- Topics: character-recognition, cnn-model, convolutional-neural-network, keras, opencv2-python, python3, scikit-learn, tensorflow
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.