ali-ezz /
asl-hand-sign-recognition
ASL hand sign recognition with MediaPipe and a TensorFlow model ensemble for real-time webcam inference.
63/100 healthLoading repository data…
Yashk1434 / repository
A real-time hand sign language detection system built using OpenCV, Flask, and Deep Learning. The system captures live webcam feed, detects hand gestures using the cvzone HandTrackingModule, and classifies the detected signs using a custom-trained Keras model.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A real-time hand sign language detection system built using OpenCV, Flask, and Deep Learning. The system captures live webcam feed, detects hand gestures using the cvzone HandTrackingModule, and classifies the detected signs using a custom-trained Keras model.
✅ Real-time hand sign detection using webcam
✅ Pre-trained Keras model for ASL alphabet classification
✅ Live web interface using Flask
✅ Bounding box and label display on detected hand signs
✅ Supports both single-hand detection and classification
| Label | Description |
|---|---|
| A-Z | American Sign Language alphabets |
| Calm Down | Gesture for "Calm Down" |
| Hello | Gesture for "Hello" |
| Love | Gesture for "Love" |
| Stand | Gesture for "Stand" |
| Thumbs Up | Gesture for "Thumbs Up" |
| Where | Gesture for "Where" |
First, install all the required Python libraries:
Once dependencies are installed, run the Flask application:
After running, open your browser and go to: http://127.0.0.1:5000/
You should now see your webcam feed and real-time hand sign detection with labels.
Selected from shared topics, language and repository description—not editorial ratings.
ali-ezz /
ASL hand sign recognition with MediaPipe and a TensorFlow model ensemble for real-time webcam inference.
63/100 healthmuzammilkhan2784 /
Real-time ASL hand-sign recognition using MediaPipe hand landmarks + a trained neural network classifier (Python, TensorFlow, MediaPipe, OpenCV)
59/100 healthrequirements.txtkeras_model.h5) and label file (labels.txt)This project is for educational, personal, and research purposes only.
ShadyNikooei /
A real-time hand sign recognition system that allows you to control your computer using gestures. Built with OpenCV and rule-based logic—no machine learning required. Perform custom actions like opening apps, browsing websites, or playing media via simple hand signs.