A Python-based system for controlling your computer using hand gestures and voice commands. Built with MediaPipe, PySide6, OpenCV, speech_recognition, and pyautogui.
- Real-time hand tracking
- Gesture recognition for control
- Voice command integration
- GUI with PySide6
pip install -r requirements.txt
python main.py
main.py
: Entry pointsrc/hand_tracker.py
: Hand tracking logicsrc/gesture_controller.py
: Gesture recognition and controlsrc/voice_controller.py
: Voice command handling
MIT