Control your computer with hand gestures and voice commands
Real-time hand tracking for cursor control and clicks
Control system functions with natural speech
Minimal latency for smooth operation
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