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

https://github.com/rayniel95/erecog

Simple ethnicity classifier using transfer learning with VGG. // unfinished
https://github.com/rayniel95/erecog

artificial-intelligence artificial-neural-networks artificialintelligence deep-learning deeplearning-ai ethnicity-classifier fairface-dataset jupyter-notebook keras machine-learning machinelearning machinelearning-python neural-networks notebook-jupyter numpy pandas-python python python3 sckit-learn

Last synced: 14 days ago
JSON representation

Simple ethnicity classifier using transfer learning with VGG. // unfinished

Awesome Lists containing this project

README

          

# About
Simple ethnicity classifier using FairFace dataset and convolutional networks.

# How to execute notebook?
Download FairFace dataset in https://github.com/dchen236/FairFace with padding=0.25. Extract it inside ./code/Datasets/FairFace/. Download the train and validation labels and copy to ./code/Datasets/FairFace/.

Run the model_experiments.ipynb selecting the cells with the models to train.

# Requirements
See requirements.txt