A real-time American Sign Language recognition system that combines advanced gesture recognition algorithms with computer vision technologies.
This project implements a gesture recognition system for American Sign Language using:
- Jackknife.py - Time series pattern recognition algorithm
- Machete.py - A segmentation technique
- MediaPipe - Hand tracking and landmark detection
- OpenCV - Computer vision and video processing
- Real-time ASL gesture recognition
- Multi-threaded processing architecture
- 3D hand landmark tracking
- Template recording and management
- Configurable gesture matching parameters
Currently recognizes the following ASL signs:
- "Forget"
- "Thank you"
- "Like"
- "No"
- "Need"
- Install dependencies:
pip install -r requirements.txt
- Launch the main recognition system:
python Scripts/main.py
- For recording new gesture templates:
python Scripts/TemplateCrafter.py
- Position your hand in front of the camera
- Allow ~3 seconds for the gesture buffer to fill
- Perform ASL gestures naturally
- Recognition results appear in the console
- Use TemplateCrafter.py to record new gestures
- Review recordings with frame-by-frame playback
- Save templates for recognition training
- OpenCV (opencv-python, opencv-contrib-python) - Video processing
- MediaPipe - Hand tracking
- NumPy - Numerical processing
- Pillow - Image processing
Currently in active development with focus on:
- GUI 2.0 implementation
- Expanded gesture recognition set
- Performance optimization
- Template management improvements
See checklist.md for detailed development status.
The system uses:
- Dynamic Time Warping (DTW) for gesture matching
- MediaPipe hand landmark detection
- Multi-threaded gesture processing pipeline
- Rate-limited recognition output
- Configurable gesture confidence thresholds
- Template recording requires manual frame selection
- Recognition requires consistent lighting conditions
- Limited to single-hand gestures currently
- Two-handed gesture support
- Improved template management system
- Automated gesture segmentation
- Extended ASL vocabulary support