This project utilizes TensorFlow and MobileNet for real-time hand gesture detection. Initially, a custom Convolutional Neural Network (CNN) was implemented but later transitioned to MobileNet due to its efficiency and superior performance.
- Real-time Gesture Recognition: Detects static hand gestures with high accuracy.
- MobileNet Integration: Leverages a pre-trained MobileNet model for lightweight and fast inference.
- Custom Dataset Support: Allows integration of custom datasets for training and fine-tuning.
- Python-based Implementation: Simple and modular code, making it easy to modify and extend.
- Sign language recognition.
- Gesture-based control systems.
- Human-computer interaction projects.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt. - Train your model or use the pre-trained MobileNet weights.
- Run the real-time gesture detection script.
- Improved accuracy and performance by switching from a custom CNN to MobileNet.
- Optimized for lightweight applications and edge device compatibility.
Feel free to contribute, report issues, or suggest enhancements!