A real-time sign language recognition system that uses computer vision and machine learning to translate sign language gestures into text.
- Real-time sign language recognition
- Support for Indian Sign Language (ISL)
- Web-based interface
- Firebase integration for user history
- TensorFlow-based ML model
- Python
- TensorFlow
- OpenCV
- Flask
- Firebase
- MediaPipe
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Set up Firebase credentials
- Run the application:
python run.py
app/- Main application codemodel_cache/- ML model storagetests/- Test filesdocs/- Documentation
MIT License