Skip to content

themechanicalcoder/American-Sign-Language-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

American-Sign-Language-Recognition

Real time American Sign Language Recognition

amer_sign2

Files in this repository

preprocessing_and_training.ipynb contains the preporcessing and model and the real_time.ipynb is for real time Real time American Sign Language Recognition the third file is the trained file obtained from training the model on Gpu

Requirements

Python3
Tensorflow
Keras
opencv
Matplotlib
Cuda 9.0

sign2text

In this project I have used the kaggle American Language Recognition dataset.The model takes live video from the webcam and predicts the alphabet based on the hand gesture made by the user using a Convolutional Neural Network . There a total of 24 classes in the dataset.

Real Time Prediction using webcam

The user has to put his hand inside the green box which is the region of interest and make the gesture the model predicts the alphabet made by the user

Neural Network

CONV2D->RELU->MAXPOOLING->CONV2D->RELU->MAXPOOLING->DROPOUT->CONV2D->RELU->MAXPOOLING->DROPOUT->FLATTEN->DENSE->DROPOUT-> DENSE->SOFTMAX

Training Accuracy = 99.64%

Test Accuracy = 97.02%

Results

1

2 3

download

The trained model can be downloaded from this link model

References

Dataset link https://www.kaggle.com/datamunge/sign-language-mnist

About

Real time American Sign Language Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published