Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)