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.