ASL Real-time Detection from Video/Image
Web and mobile application for real-time recognition of ASL signs from a camera or image.
ASL Real-time Detection recognizes American Sign Language letters from a webcam, mobile camera, or imported image. The system detects up to two hands, extracts their landmarks, applies a classification model, and returns the prediction with its confidence level.
01
Problem addressed
Sign language recognition from a camera requires a system capable of accurately detecting hands, interpreting their positions, and providing stable predictions in real-time on the web and on mobile.
02
Objectives
- Recognize ASL letters from A to Z.
- Recognize del, nothing, and space classes.
- Accept images sent via HTTP request.
- Process real-time video stream with WebSocket.
- Detect up to two hands in an image.
- Display the confidence level of each prediction.
- Display detected hand landmarks.
- Smooth out successive predictions in the video stream.
- Allow accumulation of letters in a text area.
- Allow translation of accumulated text to Arabic on mobile.



