Python application for face detection and prediction age, gender and face beauty.
Install python 3+ dependencies
- opencv-python
- numpy
- argparse
usage: python howcuteami.py [-i] --image input_image
Results for Charlize Theron photo
Gender: Female
Age: 25-32 years
Beauty: 8.7/10.0
and for Michael Fassbender photo
Gender: Male
Age: 38-43 years
Beauty: 8.0/10.0
MIT
- Lapuschkin et al. - Understanding and Comparing Deep Neural Networks for Age and Gender Classification - Data and Models.
- Rothe et al. - IMDB-WIKI – 500k+ face images with age and gender labels.
- A diverse benchmark database for multi-paradigm facial beauty prediction - SCUT-FBP5500.
- onnx/models - Age and Gender Classification using Convolutional Neural Networks.