Mini Project – Academic Project
Built a gesture-controlled Virtual Mouse using Python, OpenCV, and MediaPipe, enabling touchless interaction for users with limited mobility.
Implemented features like cursor movement, clicks, and scrolling via hand gestures with 90% accuracy in real-time.
- Cursor movement using index finger gestures
- Left click / double click using thumb and index finger pinch
- Scrolling / smooth cursor control using hand movement
- Real-time interaction using webcam
- Touchless operation, ideal for accessibility
- Python 3.x
- OpenCV
- MediaPipe
- PyAutoGUI
- Clone the repository:
git clone https://github.com/BhoomiBliss/VirtualMouse.git