Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 766 Bytes

File metadata and controls

21 lines (17 loc) · 766 Bytes

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