AI-Powered Real-Time Sign Language Recognition in the Browser
Breaking communication barriers using Computer Vision & Deep Learning.
SignSpeak is a real-time sign language recognition web application that translates hand gestures into text (and optional speech) directly in the browser.
Built using MediaPipe hand tracking and TensorFlow-powered gesture recognition, the system detects 21 hand landmarks per hand and performs ultra-low latency inference without sending any data to a server.
All processing happens locally for maximum privacy and speed.
π https://subhamsje.github.io/SignSpeak/
- Camera feed is captured in the browser.
- MediaPipe detects 21 landmark points per hand.
- Landmark coordinates are processed by a trained gesture classification model.
- The predicted sign is displayed instantly.
- Optional Text-to-Speech converts it into audio output.
- π₯ Real-time hand tracking (60 FPS)
- π§ AI-based gesture recognition
- π Built-in text-to-speech
- β‘ <30ms response time
- π 100% client-side processing (no server uploads)
- π Works in any modern browser
- π± Mobile & Desktop compatible
- π Gesture learning library
- HTML5 / CSS3
- JavaScript (ES6)
- MediaPipe Hands
- TensorFlow / TensorFlow Lite
- WebGL acceleration
- Web Speech API
- GSAP Animations
- ASL Alphabet
- Numbers
- Common Phrases
- Custom Gesture Extensions (scalable)
git clone https://github.com/YOUR_USERNAME/SignSpeak.git
cd SignSpeakThen open:
index.html
in your browser.
No backend required.
All gesture detection runs directly in the browser.
No images, videos, or user data are transmitted to any server.
- Sentence prediction using NLP
- Multi-language sign support
- Custom gesture training module
- User authentication & profile tracking
- Mobile PWA optimization
- AI-powered contextual corrections
Over 70+ million deaf individuals worldwide rely on sign language for communication.
SignSpeak aims to make sign language universally understandable using AI.
Subham
Computer Science Engineer
Focused on AI, Startups & Scalable Systems
Give it a star and share it with others. Letβs build a more accessible world together.