This project is a real-time American Sign Language (ASL) alphabet detection system using Convolutional Neural Networks (CNNs).
It allows recognition of hand gestures captured via webcam and maps them to the corresponding alphabet.
- Real-time sign language alphabet detection
- Pre-trained deep learning model (Keras/TensorFlow)
- Simple and clean interface
- Extendable for word/phrase detection
Clone the repository:
git clone https://github.com/HetShingala/sign-language-detection.git
cd sign-language-detectionInstall dependencies:
pip install -r requirements.txtRun the detection script:
python sign_language_detection.pysign_language_detection.py– main detection scriptrequirements.txt– dependenciesREADME.md– project documentation- Model files (
.h5) and dictionary (words_alpha.txt) should be placed in the project directory.
- Add word-level and sentence-level detection
- Improve model accuracy with larger datasets
- Develop a web or mobile app interface
Het Shingala