Skip to content

akhimverona/hand_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

✋ Hand Gesture Message Display with MediaPipe and OpenCV

This Python project uses your webcam to detect hand gestures and display a message based on finger positions. It utilizes MediaPipe for hand tracking and OpenCV for real-time video processing.


✅ Requirements

Install the following Python packages before running the script:

pip install opencv-python mediapipe

▶️ How to Run the Program

  1. Open your terminal or command prompt.
  2. Navigate to the folder where the script is located.
  3. Run the script using Python:
python handpaint.py

❌ How to Exit the Program

To stop the webcam feed and close the window:

Press the q key on your keyboard while the webcam window is active.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages