This Python script demonstrates real-time hand gesture control using MediaPipe and OpenCV libraries. The code tracks hand movements through a webcam feed, recognizing specific gestures to control keyboard inputs.
- Detects hand landmarks using MediaPipe ๐
- Interprets hand gestures to control keyboard inputs โจ๏ธ
- Recognizes gestures for directional movements (Right, Left, Forward) and special actions (Shift) ๐
- Python 3.x ๐
- OpenCV ๐ท
- Mediapipe ๐๏ธ
- pynput ๐น๏ธ
- Install the required libraries using
pip:pip install opencv-python mediapipe pynput