Control your keyboard using hand gestures with OpenCV and MediaPipe!
This project allows you to type, delete, and execute keys using just your webcam and your hand.
- π Real-time hand gesture detection
- π― Accurate fingertip tracking using MediaPipe
- π₯ Live camera feed with gesture overlay
- π§ Gesture-to-keyboard mapping logic
- π§ͺ Tested with alphabets, enter, backspace
- Python π
- OpenCV π·
- MediaPipe β
- PyAutoGUI β¨οΈ
- Clone the Repo
git clone https://github.com/krishanGupta1818/hand_gesture_keyboard.git
cd hand_gesture_keyboard
---
2.Install Dependencies Make sure you have Python 3.8+ installed. Then install the required libraries:
pip install -r requirements.txt
If requirements.txt is not available, install manually:
3.If requirements.txt is not available, install manually:
pip install opencv-python mediapipe pyautogui
3.Run the Application
python hand_keyboard.py Use the Application