Translating-Silence is a computer vision-powered system designed to translate Indian Sign Language (ISL) into text in real-time. The aim is to enhance accessibility and bridge communication gaps for the deaf and hard-of-hearing communities using machine learning.
- 🎥 Real-time sign language detection using a webcam
- 🧠 ISL gesture recognition using machine learning
- 🖥️ Live text output of detected gestures
- 🔧 Easy to modify and expand for more gestures/languages
👉 Download Dataset and Extract to the directory
git clone https://github.com/HARAJIT05/Translating-Silence.git
cd Translating-Silence
pip install -r requirements.txtMake sure Python and OpenCV are installed on your machine.
To start the application:
Change the directory PATH on line 10 at main.py
python main.py- Sign using ISL in front of your webcam.
- The model will recognize gestures and display corresponding text on the interface.
Translating-Silence/
│
├── main.py # Main script to run the application
├── DenseNet121_Final.keras #Trained AI model
├── templates/ # HTML templates if using web-based output
├── requirements.txt #Required libreries for the python file.
└── README.md # Project documentation
Contributions are welcome! Here's how you can help:
- Fork the repo
- Create your branch (
git checkout -b feature-name) - Commit changes (
git commit -am 'Add feature') - Push to the branch (
git push origin feature-name) - Open a Pull Request
|
Harajit Das |
Arpan Senapati |
Sulagna Mahato |
Priya Naiya |
Sagar Mazumdar |
Abu Sahid Mistri |
This project is licensed under the MIT License.
