Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasu7052/handwritten-letter-recognition
A project for recognizing hand written letters/alphabets using both OpenCV and Deep Learning
https://github.com/vasu7052/handwritten-letter-recognition
deep-learning keras machine-learning neural-network opencv
Last synced: 3 days ago
JSON representation
A project for recognizing hand written letters/alphabets using both OpenCV and Deep Learning
- Host: GitHub
- URL: https://github.com/vasu7052/handwritten-letter-recognition
- Owner: Vasu7052
- Created: 2018-04-25T09:21:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T09:56:53.000Z (over 6 years ago)
- Last Synced: 2023-10-07T20:24:59.917Z (about 1 year ago)
- Topics: deep-learning, keras, machine-learning, neural-network, opencv
- Language: Python
- Homepage:
- Size: 25.4 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recognizing Hand-written Letters/Alphabets
This is a computer program implementing a neural network that learns to recognize handwritten letters. This program uses both OpenCV and Deep Learning. OpenCv is used for drawing the letters on the screen and my trained model is used for predicting the letter ut of the drawing.
# Libraries used :
1. Numpy
2. Pandas
3. Keras
4. TensorFlow
5. OpenCV-Python# Working Demo
Here is the working demo of the program.
![Working Project](https://github.com/Vasu7052/Handwritten-Letter-Recognition/blob/master/working_video.gif)