Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–οΈ Hand Landmark Detection GUI with Webcam

This Python project creates a GUI application that detects and displays hand landmarks in real-time using your webcam. It uses OpenCV for video capture, Tkinter for the interface, and cvzone (built on top of MediaPipe) for detecting hand landmarks.


πŸ“Œ Features

  • βœ… Real-time hand detection using your webcam
  • βœ… Displays hand landmarks (21 keypoints) with green circles
  • βœ… Simple GUI using Tkinter
  • βœ… Exit button to safely close the app
  • βœ… Smooth video frame updates inside the GUI

πŸ› οΈ Tech Stack

  • Python 3.7+
  • OpenCV – for webcam and image processing
  • Tkinter – GUI framework
  • Pillow (PIL) – image handling for Tkinter
  • cvzone – simplified computer vision (uses MediaPipe under the hood)

πŸš€ How to Run This Project

Follow these steps to set it up and run on your computer:

1️⃣ Clone the Repository

git clone https://github.com/ThePrince047/Hand_Landmark_Detection_Using_Python.git
cd Hand_Landmark_Detection_Using_Python

Install Required Packages

Make sure Python is installed (Python 3.7 or higher), then run:

pip install opencv-python pillow cvzone

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages