Devabubakar / gender_age_prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Age and Gender Detection with OpenCV and Deep Learning

This is a Python script that uses OpenCV and Deep Learning to detect faces, estimate age, and predict gender in real-time video streams or images.

Installation

  1. Clone the repository to your local machine:

git clone https://github.com/Devabubakar/gender_age_prediction.git

  1. Install the required packages using pip:

pip install opencv-python numpy argparse

Usage

  1. Navigate to the project directory.

  2. Run the script using the following command:

python age_gender_detection.py --image path/to/image.jpg

About


Languages

Language:Python 100.0%