Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pythonista7/sign_language_digit_recognition

A simple CNN-classifier designed on keras to recognize Sign Language Digits.
https://github.com/pythonista7/sign_language_digit_recognition

2018 cnn-keras imageclassification keras-classification-models notebook-jupyter signlanguage

Last synced: 10 days ago
JSON representation

A simple CNN-classifier designed on keras to recognize Sign Language Digits.

Awesome Lists containing this project

README

        

# Sign_Language_Digit_Recognition
A simple CNN-classifier designed on keras to recognize Sign Language Digits.

Kindly download the Dataset from the link below.(Optional , all the image data has already been pre-processed,vectorized and stored in X_data.npy and y_data.npy

Another attempt as I was learning OpenCV is linked here do check it out: https://github.com/Pythonista7/OpenCV_selfTut/blob/master/SignLangDigitRecogWOpenCV.ipynb

Original Dataset courtesy : https://github.com/ardamavi/Sign-Language-Digits-Dataset

The following repository contains a jupyter notebook containing a detailed step-by-step instruction on how to build a image classifier in keras using a Convolutional Neural Net.

A imgdatagen.py file has been provide if you want to know how the images were convertd into the form of training data used on the jupyter notebook.