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.
- Host: GitHub
- URL: https://github.com/shaygali/visage
- Owner: ShayGali
- Created: 2025-02-11T10:41:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T17:29:00.000Z (3 months ago)
- Last Synced: 2025-02-12T18:35:37.025Z (3 months ago)
- Language: Jupyter Notebook
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.