Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 605 Bytes

File metadata and controls

9 lines (9 loc) · 605 Bytes

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.