A real-time computer vision application for gender detection using Deep Learning and hand gesture recognition using MediaPipe. Built with Python, OpenCV, and TensorFlow, this tool leverages webcam input for live detection and analysis.
π Repository: GitHub Repo
- Clone the repository:
git clone https://github.com/Syntax-Surfer-1/Real-Time-Gender-and-Hand-Recognition-with-OpenCV-and-MediaPipe.git
cd Real-Time-Gender-and-Hand-Recognition-with-OpenCV-and-MediaPipe
- Install dependencies:
pip install opencv-python mediapipe numpy tensorflow deepface
- Run the main script:
python main.py
- Controls:
- π₯οΈ The webcam will open for real-time detection.
- β Press
Esc
to exit the application.
Real-Time-Gender-and-Hand-Recognition-with-OpenCV-and-MediaPipe/
βββ main.py # Main execution script
βββ models/ # Trained deep learning models
βββ utils/ # Utility functions
βββ images/ # Image assets (if any)
βββ requirements.txt # Required Python packages
βββ README.md # Project documentation
Contributions are welcome! Follow the steps below to contribute:
-
Fork the repository
-
Create your feature branch:
git checkout -b feature/YourFeature
-
Commit your changes:
git commit -am 'Add your feature'
-
Push to the branch:
git push origin feature/YourFeature
-
Open a pull request
- π OpenCV β real-time computer vision library
- β MediaPipe β hand tracking and pose estimation
- π€ TensorFlow β used for gender classification model
- π DeepFace β face recognition and analysis
If you have any questions, suggestions, or feedback, feel free to contact:
π§ Email: [email protected]
π Note: Make sure your webcam is connected and permissions are granted for full functionality.