This project is aimed at controlling the cursor using hand gestures with Python and computer vision techniques.
This AI project utilizes a hand tracking algorithm combined with computer vision to detect and track hand movements in real-time. By analyzing the movements of the hand, the project controls the cursor on the screen accordingly.
-
Clone the repository: git clone https://github.com/yourusername/hand-gesture-cursor-control.git
-
Navigate to the project directory: cd hand-gesture-cursor-control
-
Run the
main.pyscript: python main.py -
The program will start capturing the webcam feed. Position of the handshould be in the front.
-
Hand movement can control the cursor on the screen.
- Python 3.x
- OpenCV
- NumPy