The project is made for the purpose of knowledge. It simple detection the faces and performs age detection on the face. The ages are classified into 8 groups
Age groups: (0-2), (4-6), (8-12), (15-20), (25-32), (38-43), (48-53) & (60-100)
Convolutional Neural Network
- Install Python
- Install OpenCV for windows
- Install OpenCV for Ubuntu
- pip install imutils
- pip install numpy
python image_age_detection.py --image images/1.png --face face_detector --age age_detector
python real_time_age_detection.py --face face_detector --age age_detector