Age and Gender Prediction
-
Updated
Feb 13, 2019 - Python
Age and Gender Prediction
Age and Gender Estimation Using Convolutional Neural Network
A gender classification system capable of accurately predicting the gender of individuals from facial images, using pre-trained models
Age and gender detection using openCV with Deep Learning for image or real time camera.
Undergraduate final project: Ordinal Clasification with Residual Networks for the Adience dataset.
This repo is discontinued, moved to https://github.com/dandynaufaldi/Agendernet
In this project, I used to extract the face feature (Eye, Nose, Eyebrow, and Mouth) using the DLib library and pass each feature to each of the multi-stream CNN layers. After passing Through Multi-stream CNN the output is concatenated and again passes through the CNN model, the output of CNN is estimated age.
[CZ4042 AY2022S1] Gender Classification using Adience Benchmark Dataset with TensorFlow
Age and Gender Detection using CNNs
Add a description, image, and links to the adience-dataset topic page so that developers can more easily learn about it.
To associate your repository with the adience-dataset topic, visit your repo's landing page and select "manage topics."