Practical 10
Using image data, predict the gender and age range of an individual in Python. Test the data science model using your own image.
In this practical we will build a gender and age detector that can approximately guess the gender and age of the persons face in a picture.
Or you can clone git repository directly into your code.
Step 1: clone git repository to your code
Step 2 : Download pretrained model
Step 5: load model weight file of age and gender for given function
Step 8: Output for given file
Reference :
For this practical I have used the reference Here
Get the code from here
Comments
Post a Comment