Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
/ HowCuteAmI Public archive

Python application for face detection and prediction age, gender and face beauty.

License

Notifications You must be signed in to change notification settings

asiryan/HowCuteAmI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HowCuteAmI

Python application for face detection and prediction age, gender and face beauty.

Dependencies

Install python 3+ dependencies

  • opencv-python
  • numpy
  • argparse

How to Use

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

License

MIT

References