A small practice project created using MediaPipe to control the cursor of your System using your index finger and thumb. As for time being, you can use your thumb to perform a left click. In order to click, you need to open your thumb and vice versa. If your thumb remains open, it will be considered as a dragging action therefore, to perform a click, open your thumb and then close it in a second.
Python: Mediapipe, Pyautogui
Clone the repo and write pip install -r requirements.txt in your terminal. Make sure you have a webcan as it uses the handtracking in order to work.
- To scale it by including more actions and make it stable as well as bug free.