Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 601 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 601 Bytes

2BeardorNot2Beard

To install the required packages: pip install opencv-python

To classify your own images, download the repository and make sure the AgeGender.py can be executed. The images to classify must be in the same directory as the AgeGender.py file. ./AgeGender.py --input bearded_willy.jpg

The script will output age-gender-out-[Input_Filename] The images/bearded_willy.jpg ``` can be replaced with the path to your image of choice.