Skip to content

KrishBharadwaj5678/HandDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

βœ‹ HandDetection

HandDetection is a Python script that detects hands in real time, draws landmarks, and performs hand classification.

HandDetection Demo

🎯 Features

Feature Description
βœ… Real time hand tracking Detects hands in live video feed.
🧠 Hand classification Classifies whether the detected hand is left or right.
πŸ–ŒοΈ Landmark visualization Draws landmarks on the hand.
πŸš€ Fast and efficient Uses MediaPipe for optimal speed and performance.
πŸŽ₯ Works with any webcam Compatible with any standard webcam.

πŸ› οΈ Technologies

Technology Description
🐍 Python Scripting language used for development.
🧰 OpenCV Library used for video processing.
πŸͺž MediaPipe Framework for hand tracking and landmark detection.
🧩 CVZone Library used for drawing landmarks and overlays.

πŸ“¦ Installation

  1. Clone the repository:

    git clone https://github.com/KrishBharadwaj5678/HandDetection.git
    cd HandDetection
  2. Install the required libraries:

    pip install -r requirements.txt
  3. To run the script:

    python app.py

Contributing 🀝

Want to contribute? Here's how:

  1. 🍴 Fork the repository.
  2. 🌿 Create a new branch (git checkout -b feature-name).
  3. ✍️ Make your changes and commit them (git commit -am 'Add feature-name').
  4. πŸš€ Push to your branch (git push origin feature-name).
  5. πŸ”„ Submit a pull request to merge into the main branch.

Releases

No releases published

Packages

 
 
 

Contributors

Languages