This project implements real-time hand tracking and gesture recognition using MediaPipe and OpenCV. It was originally based on this tutorial video by Nicholas Renotte.
To install all required dependencies, run:
pip install -r requirements.txt-
hand_tracking_min_code.pyTracks and visualizes hand landmarks in a real-time webcam feed. -
hand_tracking_two_fingers_touch.pyDetects when the thumb and index finger are touching and printsTruewhen they do