PROJECT / 04
Gesture Control for Your System
A real-time gesture application that converts tracked hand landmarks into configurable operating-system commands and shortcuts.
- Python
- MediaPipe
- OpenCV
- TensorFlow
SYSTEM BUILD
What went into it
- 01
Ran gesture recognition and action dispatch with low-latency inference.
- 02
Separated gesture detection from the gesture-to-action mapping layer.
- 03
Designed mappings to remain extensible and cross-platform.
MEASURED OUTPUT
What changed
Enabled touch-free system automation while allowing new gestures and commands to be added without redesigning the recognition pipeline.