Skip to content

anudeep-bonagiri/SignLanguageInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โœ‹ Sign Language Interpreter (In Progress)

Welcome to the Sign Language Interpreter project!
This tool uses computer vision and machine learning to recognize sign language gestures in real-time through a webcam and translate them into text and speech.

Note: This project is still a work in progress โ€” more features and improvements are coming soon!


๐Ÿš€ Project Goals

  • ๐ŸŽฏ Recognize basic American Sign Language (ASL) gestures.
  • ๐ŸŽฏ Display the recognized sign as text on screen.
  • ๐ŸŽฏ Convert recognized text to speech in real-time to assist communication.
  • ๐ŸŽฏ Build a simple, user-friendly interface for live translation.

๐Ÿ“‚ Folder Structure

SignLanguageInterpreter/ โ”œโ”€โ”€ env/ # Virtual environment (do not edit) โ”œโ”€โ”€ test.py # Test script to check OpenCV and MediaPipe โ”œโ”€โ”€ (future files) # Main code files will go here โ”œโ”€โ”€ README.md # This file


๐Ÿ› ๏ธ Technologies Used

  • Python 3
  • OpenCV (computer vision)
  • MediaPipe (hand tracking)
  • TensorFlow (machine learning model training)
  • pyttsx3 (text-to-speech conversion)
  • NumPy (numerical operations)

๐Ÿ“‹ How to Set Up

  1. Clone the repository
    git clone https://github.com/your-username/sign-language-interpreter.git
  2. cd sign-language-interpreter
  3. python3 -m venv env source env/bin/activate
  4. pip install opencv-python mediapipe tensorflow pyttsx3 numpy
  5. python test.py

๐Ÿ”ฎ Future Plans

  • Expand dataset to recognize the full ASL alphabet and common phrases.
  • Improve model accuracy with custom-trained TensorFlow models.
  • Add a simple GUI for easier interaction.
  • Explore deployment options as a web or mobile app.

๐Ÿค Contributions

Currently, this is a solo project by Anudeep Bonagiri, but collaboration opportunities may open up later!


๐Ÿ“ข Updates

This project is actively being developed.
Check back often for updates and new feature releases!


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages