Skip to content

Bare bones Web App that converts signed ASL letters into the corresponding English letter using Deep Learning.

Notifications You must be signed in to change notification settings

hursh-desai/ASL-Letter-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASL Letter Translator

Link to Web App: https://asl-letter-translator.herokuapp.com/

Built a convolutional neural network to classify images of letters from American Sign Language:

Training Data downloaded from this link: https://www.kaggle.com/grassknoted/asl-alphabet

All data loading, model designing, and training of the model takes place in ASL Translator.ipynb

In this notebook, after loading, examining, and preprocessing the data I trained a convolutional neural network to classify images of American Sign Language (ASL) letters and then tested its performance.

I then implemented the trained model (model.pth) in a web app to be able to classify ASL letters being signed in real time.

About

Bare bones Web App that converts signed ASL letters into the corresponding English letter using Deep Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages