Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 493 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 493 Bytes

Real Time Sign Language Recognition using SSD and MobileNetv2

This project applies Single-Shot Multibox Detector (SSD) architecture integrated with the mobilenetv2 model for the object(sign gestures) detection and recognition of Americal Sign Langguage (ASL) using Transfer Learning, with the aim to develop a web app for real-time ASL recognition from user input through vide frame & then to generate text in English.

The web App for neural network model is deployed in React and Flask.