Sign Language TranslatorSpeaking the Language of Hands.
A motion-based Android app that bridges real-time communication between deaf and non-deaf individuals — no interpreter required.

The Brief
The Problem
Communication between deaf individuals and those unfamiliar with sign language remains a persistent barrier — no accessible, real-time tool existed to bridge the gap in everyday interactions.
The Solution
A two-way Android translator: type text and receive sign language image sequences, or perform sign language in front of your camera and get an instant text transcript.
The Outcome
A fully functional mobile app enabling bidirectional, real-time communication between deaf and non-deaf users without requiring either party to learn a new language.
The Challenge
Two languages. One seamless conversation.
For deaf individuals, everyday communication with non-signers requires a human interpreter or constant back-and-forth via written notes — slow, inaccessible, and often unavailable at the moment it's needed most.
Building a translator posed a dual challenge: the app had to work in both directions simultaneously. Text-to-sign required generating accurate, recognizable sign language image sequences from arbitrary input. Sign-to-text required interpreting live hand motion — a computer vision problem where lighting, angle, and speed all affect accuracy.
The goal was an app simple enough for anyone to pick up and use without training, yet powerful enough to handle real-world signing — making genuine, fluid conversation between deaf and non-deaf users possible for the first time.
What We Built
4 systems. One platform.
Text-to-Sign Translation
Type any message and the app generates the corresponding sign language image sequence — giving non-signers an instant, visual way to communicate with deaf individuals without knowing a single sign.
Sign-to-Text Translation
Point the camera and perform sign language — the motion recognition engine captures hand gestures in real time and outputs a readable text transcript, removing the need for a human interpreter.
Real-Time Motion Recognition
Powered by a computer vision model trained on sign language gesture datasets, the app processes motion frame-by-frame to deliver fast, accurate translations with minimal latency on standard Android hardware.
Accessibility-First Design
Built with deaf users as the primary audience — high-contrast UI, large touch targets, no audio dependencies, and an interface that works entirely through vision and gesture without any prior technical knowledge.