Skip to content

The GitHub repository "Hand-Detection" by JimmyVS provides a Python project for real-time hand detection using MediaPipe. It features capabilities for detecting single or multiple hands, visualizing hand landmarks, recognizing finger gestures, and calculating distances between fingertips.

License

Notifications You must be signed in to change notification settings

JimmyVS/Hand-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand-Detection

This Python project utilizes MediaPipe to detect hands in real-time video and analyze finger positions and distances.

Features

  • Detect single or multiple hands (configurable).
  • Draw hand landmarks for visualization.
  • Identify finger up/down gestures.
  • Calculate distance between two specified finger tips.

Requirements

Installation

Install required libraries:

pip install opencv-python mediapipe

Usage

  • Clone or download this repository.
  • Open a Python terminal in the project directory.

Run the script:

import handDetector as hd

Contributing

Feel free to submit pull requests with improvements or new features!

About

The GitHub repository "Hand-Detection" by JimmyVS provides a Python project for real-time hand detection using MediaPipe. It features capabilities for detecting single or multiple hands, visualizing hand landmarks, recognizing finger gestures, and calculating distances between fingertips.

Topics

Resources

License

Stars

Watchers

Forks

Languages