Skip to content

AI-powered sign language translator. Real-time hand gesture recognition to speech in 6+ languages. Built with MediaPipe & JavaScript.

Notifications You must be signed in to change notification settings

Abdullah-Shah-26/Sign-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignAI – AI-Powered Sign Language Translation

Real-time sign language to speech translation using AI. Breaking communication barriers for 466M people worldwide.

Watch Demo →


What It Does

SignAI translates hand gestures into spoken sentences in real-time using Google's MediaPipe AI. Built for deaf and mute individuals to communicate with hearing people instantly.

Key Features:

  • 9 ASL gestures → English sentences
  • Smart sentence builder (combines gestures)
  • Multilingual translation (6 languages)
  • Text-to-speech output
  • Conversation history & export
  • 100% browser-based, no backend

Supported Gestures

  • Hello ✋ - Open palm
  • Yes 👍 - Thumbs up
  • No 👎 - Thumbs down
  • OK 👌 - Thumb + index circle
  • Stop ✊ - Closed fist
  • Help 🆘 - Four fingers up
  • You 👉 - Pointing
  • Good ✌️ - Peace sign
  • Thank you 🤙 - Y-shape (thumb + pinky)

Smart Combinations:

  • Hello + You → "Hello, how are you?"
  • Help + You → "Do you need help?"
  • Yes + Help → "Yes, I need help."

Tech Stack

graph LR
    A[📹 Camera] --> B[🤖 MediaPipe AI]
    B --> C[🧠 Gesture Classifier]
    C --> D[📝 Sentence Builder]
    D --> E[🌍 Translation]
    E --> F[🔊 Speech Output]

    style A fill:#4CAF50
    style B fill:#2196F3
    style C fill:#FF9800
    style D fill:#9C27B0
    style E fill:#F44336
    style F fill:#00BCD4
Loading

Stack:

  • MediaPipe Hands (Google AI for hand tracking)
  • JavaScript (gesture classification)
  • MyMemory API (translation)
  • Web Speech API (text-to-speech)

Quick Setup

git clone https://github.com/YOUR_USERNAME/signai.git
cd signai
start index.html  # Windows

No installation needed. Just open index.html in your browser.


Screenshots

Desktop view 1
Desktop View 1
Desktop view 2
Desktop View 2
Translation panel
Translation
Mobile view 1
Mobile View 1
Mobile view 2
Mobile View 2

Impact

466 million people worldwide have hearing loss. SignAI helps:

  • Emergency communication
  • Daily conversations
  • Healthcare interactions
  • Social inclusion

Accessibility is not a feature. It's a fundamental human right.

About

AI-powered sign language translator. Real-time hand gesture recognition to speech in 6+ languages. Built with MediaPipe & JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published