Skip to content

Syntax-Surfer-1/Real-Time-Gender-and-Hand-Recognition-with-OpenCV-and-MediaPipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Gender & Hand Recognition with OpenCV & MediaPipe

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


πŸ› οΈ Installation

  1. 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
  1. Install dependencies:
pip install opencv-python mediapipe numpy tensorflow deepface

▢️ Usage

  1. Run the main script:
python main.py
  1. Controls:
  • πŸ–₯️ The webcam will open for real-time detection.
  • β›” Press Esc to exit the application.

πŸ“‚ Project Structure

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

🀝 Contributing

Contributions are welcome! Follow the steps below to contribute:

  1. Fork the repository

  2. Create your feature branch:

    git checkout -b feature/YourFeature
  3. Commit your changes:

    git commit -am 'Add your feature'
  4. Push to the branch:

    git push origin feature/YourFeature
  5. Open a pull request


πŸ™Œ Credits

  • πŸ” OpenCV β€” real-time computer vision library
  • βœ‹ MediaPipe β€” hand tracking and pose estimation
  • πŸ€– TensorFlow β€” used for gender classification model
  • πŸ˜ƒ DeepFace β€” face recognition and analysis

πŸ“¬ Contact

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages