Control mouse using your hand. Uses mediapipe https://mediapipe.dev/ to detect and find location of hand.
How to use:
- $ pip install -r requirements.txt
- $ python main.py
- hold index finger up (like this 👆) to move mouse pointer
- hold index finger and middle finger up to left click
- hold it and move hand to click and drag
- hold five fingers up to right click
- hold it and move to right click and drag
- 👆 to release click
HandTrackingModule from https://www.computervision.zone/courses/ai-virtual-painter/