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

https://github.com/shaygali/visage

Predict age and gender from face images using the Adience dataset. Explore both traditional ML and deep learning methods for classification.
https://github.com/shaygali/visage

Last synced: 2 months ago
JSON representation

Predict age and gender from face images using the Adience dataset. Explore both traditional ML and deep learning methods for classification.

Awesome Lists containing this project

README

        

# VisAge

Predict age and gender from face images using the Adience dataset.
Explore both traditional ML and deep learning methods for classification.

### Data
GO to https://www.kaggle.com/datasets/ttungl/adience-benchmark-gender-and-age-classification and download the dataset. Extract the files and place them in the data folder.

Then run the [data_exploration](./data_exploration.ipynb) notebook to preprocess the data.