This project uses TensorFlow's object detection to recognize hand gestures. It includes scripts for image collection, model training, and real-time gesture detection.
- Hand Gesture Recognition: Utilizes TensorFlow's object detection to recognize hand gestures.
- Image Collection Script: Captures data using a camera and handles labeling.
- Training and Detection Script: Employs a pre-trained model on the collected data.
- Clone the repository:
git clone https://github.com/yourusername/hand-gesture-recognition.git cd hand-gesture-recognition