Project to predict someone's age from their face. Published at blog
First extract the the dataset to a data directory. After that, play around with training a neural net with 2020-11-24-age_pure_pytorch.ipynb
I did make the model into an app:
- db --> database to store predictions from model and humans
- html --> html page + js code to communicate with backend
- models --> traing pytorch model and pickled predictions
Thanks to Fazle Rabbi for making the dataset available at Kaggle.