Age and Gender Prediction
-
Updated
Feb 13, 2019 - Python
Age and Gender Prediction
Age and Gender Estimation Using Convolutional Neural Network
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
A gender classification system capable of accurately predicting the gender of individuals from facial images, using pre-trained models
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: Project Repo for Intro to Machine Learning (IML) course at Ashoka
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."