Skip to content

Zapdc/Python_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Real-Time Object and Hand Detection

This project combines YOLOv8 object detection with MediaPipe hand tracking to provide real-time detection of objects and counting of extended fingers from a webcam feed.

Features

  • Real-time object detection using YOLOv8 (Ultralytics)
  • Real-time hand tracking and finger counting using MediaPipe
  • CUDA GPU acceleration support (if available)
  • Visualizes detected objects and finger counts on the webcam stream

Requirements

Install dependencies with:

pip install opencv-python torch ultralytics mediapipe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages