Skip to content

This repository contains Python scripts for hand tracking using OpenCV and MediaPipe. It utilizes the MediaPipe library for hand detection and OpenCV for video capture and display.

Notifications You must be signed in to change notification settings

TDMWalpala/Hand-Tracking-in-real-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Tracking

This repository contains Python scripts for hand tracking using OpenCV and MediaPipe. It utilizes the MediaPipe library for hand detection and OpenCV for video capture and display.

Hand landmarks

App Screenshot

Features

  • Hand detection using MediaPipe
  • Landmark tracking for each detected hand
  • Real-time display of hand landmarks and FPS

Run Locally

Clone the project

  git clone https://github.com/TDMWalpala/Hand-Tracking-in-real-time.git

Go to the project directory

  cd Hand-Tracking-in-real-time

Installing MediaPipe

  pip install -q mediapipe==0.10.0

Run the HandTracking.py script to visualize hand tracking in real-time.

  python HandTracking.py

Contributing

Contributions are always welcome!

If you'd like to contribute to this project, feel free to fork the repository and create a pull request.

About

This repository contains Python scripts for hand tracking using OpenCV and MediaPipe. It utilizes the MediaPipe library for hand detection and OpenCV for video capture and display.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages