A project for gesture recognition using Mediapipe, OpenCV, and neural networks. This repository includes scripts for live video hand gesture recognition and tools for training a model on custom gestures.
- Live Gesture Recognition: Use
mediapipeLive.pyfor real-time hand gesture detection. - Custom Gesture Training: Train a neural network on labeled landmarks using Mediapipe.
- Clone this repository and navigate to its directory:
git clone <repository_url> cd Computer-Vision-Project
- Ensure all dependencies are installed. You may use pip to install required libraries:
pip install -r requirements.txt
- run mediapipeLive.py
python3 mediapipeLive.py