Hand holder has inside Python project that utilizes computer vision to interact with your computer using hand gestures. The project consists of three main components:
1.mouseVirtual.py: Enables users to control the mouse cursor using hand movements.

Guide index up: you use the mouse via camera
index and middle up: it press left click
index and middle and ring up: it press double left click
thumb and pinkie : it scrolls up
fist: it scrolls down
-
fingerCount.py: Determines the number of raised fingers using computer vision.

-
volumeHandcontrol.py: Allows users to control system volume using hand gestures.

-
Finger Counting: The
fingerCountmodule utilizes computer vision to count the number of fingers raised. -
Volume Control: With
volumeHandcontrol.py, users can adjust the system volume by making specific hand gestures. -
Virtual Mouse: The
mouseVirtual.pymodule allows users to control the mouse cursor by moving their hand.
Ensure you have the following dependencies installed:
- Python 3.8
- OpenCV
- mediapipe
- autopy
- comtypes
- pycaw
- pyautogui
-
Clone the repository:
git clone https://github.com/ingli0/ComputerVisionProjects.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the desired module:
fingerCount.py mouseVirtual.py VolumeHandControl.py