Skip to content

Files

Latest commit

c2b16d5 · Sep 21, 2021

History

History
This branch is 56 commits behind x4nth055/pythoncode-tutorials:master.

age-and-gender-detection

To run this:

  • pip3 install -r requirements.txt
  • Check the tutorial for more information on how to set this up.
  • After you download the models weights and architectures, you can perform age & gender detection on any image:
    $ python age_and_gender_detection.py images/kids.jpg
    
  • You can also use your camera, via the age_and_gender_detection_live.py script.