Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 610 Bytes

AI hand gester mouse using python

AI hand gester mouse project is a AI based project in which you can assess the mouse with gestures without physically touching the mouse. This project detects the hand and counts the fingers with the first finger up and all fingers down you can move the mouse and with first finger and middle finger you can click. The project is made using python language.

python3.8 recommended

pip install cv2
# and
pip install mediapipe
# and 
pip install autopy

and if any error occurs

pip install time
# and
pip install math
# and 
pip install numpy