Skip to content

knyengera/hand_gesture_keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

βœ‹πŸ– Hand Gesture Keyboard

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.


πŸš€ Features

  • πŸ– 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

πŸ›  Tech Stack

  • Python 🐍
  • OpenCV πŸ“·
  • MediaPipe βœ‹
  • PyAutoGUI ⌨️

πŸ”§ How to Run

  1. 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

Run the Application

3.Run the Application

python hand_keyboard.py Use the Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages