An open API service indexing awesome lists of open source software.

https://github.com/bigbeantheory/hand_sign_detection

✋ Hand Sign Detection – OpenCV & Python A real-time Hand Sign Detection System using OpenCV and Python. This project detects and recognizes hand gestures, enabling applications like sign language recognition and gesture-based control.
https://github.com/bigbeantheory/hand_sign_detection

hand-gesture-recognition open-source opencv python real-time

Last synced: 9 days ago
JSON representation

✋ Hand Sign Detection – OpenCV & Python A real-time Hand Sign Detection System using OpenCV and Python. This project detects and recognizes hand gestures, enabling applications like sign language recognition and gesture-based control.

Awesome Lists containing this project

README

          

# ✋ Hand Sign Detection – OpenCV & Python

This project is a **Hand Sign Detection System** that uses **OpenCV and Python** to recognize jand gestures
________________________________________________________________________________________________
## 🚀 Features
✅ **Real-time Hand Detection** using OpenCV & cvzone
✅ **Gesture Recognition** for three predefined signs
✅ **Webcam Support** for live detection
✅ **Customizable Model** to add new gestures
________________________________________________________________________________________________
## 📦 Requirements
Ensure you have the following dependencies installed:

bash
pip install cvzone opencv-python numpy matplotlib plyer
Other Built-in Modules: math, time
________________________________________________________________________________________________
🔧 How to Run
Clone the repository:

bash
Copy
Edit
git clone https://github.com/your-username/hand-sign-detection.git
Navigate to the project folder:

bash
Copy
Edit
cd hand-sign-detection
Run the test script:

bash
Copy
Edit
python test.py

________________________________________________________________________________________________

🛠 Technologies Used
Python – Main programming language

OpenCV (cv2) – Image processing and real-time hand tracking

cvzone – Simplifies hand tracking implementation

NumPy – Numerical computations

Matplotlib – Data visualization

Plyer – Cross-platform notifications

Math & Time – Built-in modules for calculations and delays

________________________________________________________________________________________________

🤝 Contributing
Feel free to fork this repository, submit issues, or suggest improvements!