Skip to content

A collection of Python projects built while learning OpenCV, MediaPipe, and core Python concepts. Includes hand tracking, image processing, automation scripts, and small utilities. Each project is beginner-friendly and well-documented for easy understanding.

Notifications You must be signed in to change notification settings

Sumeet86S3/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Hand Tracking Using Python, OpenCV, and MediaPipe ๐Ÿ“Œ Overview This project uses MediaPipe Hands and OpenCV to detect and track hands in real time using a webcam. It draws 21 hand landmarks and connects them for visualization.

โœ… Features Real-time hand detection 21 landmark tracking Mirror-effect view Lightweight and fast Cross-platform (Windows/Linux/Mac)

๐Ÿ› ๏ธ Technologies Used Python OpenCV MediaPipe

๐Ÿ“ธ Output Example Real-time hand tracking with landmarks drawn: โœ… 21 landmarks โœ… Finger joints โœ… Smooth tracking

Installation : pip install -r requirements.txt or install manually: pip install opencv-python mediapipe

Run the Program: python hand_tracking.py Press Q to exit.

About

A collection of Python projects built while learning OpenCV, MediaPipe, and core Python concepts. Includes hand tracking, image processing, automation scripts, and small utilities. Each project is beginner-friendly and well-documented for easy understanding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages