Gesture and Voice Controlled Virtual Mouse System

Control your computer with hand gestures and voice commands

Features

🖐️ Gesture Control

Real-time hand tracking for cursor control and clicks

🎤 Voice Commands

Control system functions with natural speech

⚡ High Performance

Minimal latency for smooth operation

Setup

git clone https://github.com/j-jerusha/GestureAndVoiceControlMouse
cd GestureAndVoiceControlMouse
python -m venv venv
venv\Scripts\activate  # Windows
pip install -r requirements.txt
uvicorn main:app --reload