A Virtual Mouse System that allows users to control the computer mouse using hand gestures captured through a webcam. This project uses Computer Vision and Hand Tracking techniques to enable touchless human–computer interaction.
- Control mouse cursor using hand movement
- Left-click using finger gesture
- Right-click using finger gesture (optional)
- Scroll using multi-finger gestures
- Real-time hand landmark detection
- No physical mouse required
- Python
- OpenCV – webcam access and image processing
- MediaPipe – hand landmark detection
- PyAutoGUI – mouse control
- NumPy


