This project implements a gender detection system based on facial image analysis using Python, OpenCV, MTCNN, and supervised machine learning.
Project aims to detect gender from facial images using machine learning and computer vision techniques.
Gender-Detection/
├── gender.py
├── test_gender.py
├── face_detection.py
├── requirements.txt
├── README.md
├── LICENSE
├── Gender
├──GITIGNORE
python gender.py
python test_gender.py
Dataset is not included due to size limitations
git clone https://github.com/<saharsistani137777-lab>/Gender-Detection-ML.git
cd Gender-Detection
pip install -r requirements.txt