This project is mouse interaction using opencv and using mediapipe data for handgesture implemented in python
- python 3 or higher
pip install mouse
- link for mouse doc incase you need it
pip install pyautogui
- Here i am using this because im in linux machine for windows you can use mouse only but you have to modify the mouse function
- link for doc pyautogui
pip install opencv-python
pip install numpy
pip install mediapipe
Here is the doc link for mediapipe