Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 536 Bytes

File metadata and controls

35 lines (26 loc) · 536 Bytes

HandMouse-AI

AI-powered virtual mouse using webcam hand tracking.

Features

  • Cursor movement with index finger
  • Left click using thumb-index pinch
  • Right click using thumb-middle pinch
  • Scroll gestures
  • Gesture smoothing
  • Cooldown protection

Tech Stack

  • Python
  • OpenCV
  • MediaPipe
  • PyAutoGUI
  • NumPy

Installation

pip install -r requirements.txt

Run

python main.py

Goal

Create a practical webcam-based mouse control system that feels smooth and usable in real desktop workflows.