A gesture-controlled virtual keyboard that detects finger hovering to simulate key presses.
- Hand tracking with Mediapipe
- Hover-based key press detection
- Debounce and key mapping logic
main.py— main loop and integrationutils/— tracking, drawing, gesture handlingcore/— logic for debounce and mapping
- Clone repo
- Run
pip install opencv-python mediapipe - Launch with
python main.py