🖱️ Virtual Mouse using Hand Gestures
A gesture-controlled Virtual Mouse built using Python, OpenCV, and MediaPipe, enabling real-time human-computer interaction (HCI) through hand tracking and gesture recognition. This project eliminates the need for physical peripherals by allowing users to control the cursor and perform mouse actions with intuitive hand gestures.
🚀 Features
- Real-time hand tracking using MediaPipe
- Cursor movement based on index finger position
- Gesture recognition for:
- Left click
- Right click
- Scrolling (optional)
- Screenshot capture (optional)
- Smooth and responsive control
- Lightweight and portable
🛠️ Technologies Used
- Python 3.x
- OpenCV
- MediaPipe
- PyAutoGUI
- NumPy