Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivangael/genderdetection

Gender detection using gender classification model
https://github.com/ivangael/genderdetection

genderclassification genderdetection numpy pil python resnet18 torch torchvision

Last synced: 7 days ago
JSON representation

Gender detection using gender classification model

Awesome Lists containing this project

README

        

#### Gender detection using gender classification model

A pre-trained gender classification model(ResNet18) based on a deep learning framework PyTorch is used to predict gender.

This program captures video frames, uses YOLOv5 to detect persons, and a pre-trained gender classification model to predict and display the gender of each detected person in real-time.

![VideoDemo](video_demo.png)

![ImageDemo](image_demo.png)

#### Gender detection and Age estimation

![ImageDemo](image_demo2.png)