Skip to content

A program that uses deep learning to achieve real-time American Sign Language (ASL) to English translation

Notifications You must be signed in to change notification settings

Ryan-Rong-24/ASL-to-Eng

Repository files navigation

ASLtoEng

Translating real time video of American Sign Language (ASL) to English by Audible Motion

How it works

We use a pretrained solution (mediapipe) to detect landmarks of the person from the video. These landmarks are then stacked into a frame stack and passed to a LSTM model to learn the ASL motion. Finally, the model produces the English translation.
Flow Chart

Web App

We use Flask to deploy our model on a web application:
Web App

Datasets


note: the datasets are not on this repo since they are too large

By Audible Motion
logo

About

A program that uses deep learning to achieve real-time American Sign Language (ASL) to English translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published