Gender and Age Detection With Opencv: Project Abstract
Gender and Age Detection With Opencv: Project Abstract
We are discussing our python project that is gender and age detection with
OpenCV.
In this Python Project, we will use Deep learning to accurately identify the gender
and age of the person from a single image of a face. The predicted gender may be
one of ‘Male’ and ‘Female’, and the predicted age maybe one of the following
ranges-(0-2), (4-6), (8-12), (15-20), (25-32), (38-43), (48-53), (60-100). It is very
difficult to accurately guess an exact age from a single image because of factors like
makeup, lighting, obstruction and facial expression. And so, we make this a
classification problem instead of making it one of regression.
Introducing you with the terminology used in this project –
Computer Vision
OpenCV
CNN
Dataset
Prerequisites