This project utilizes OpenCV and MediaPipe to enable real time hand tracking using a webcam. The application captures video input, processes it to identify hand landmarks, and displays the tracked landmarks on the screen.
- OpenCV [for vision]
- MediaPipe [for building perception pipelines]
- Python 3.10.1
- Install the required dependencies using the following command:
pip install -r requirements.txt
git clone https://github.com/suhasasumukh/AI-Hand-Detection.git
cd AI-Hand-Detection
python hand_tracking.py
- Real time hand tracking with multiple hand landmark recognition
- Display of hand connections for better visualization
- Easy to install and minimal setup required
Contributions are welcome! If you'd like to improve this project, feel free to open an issue or create a pull request.
This project is licensed under the MIT License.