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)
- Python Programming Language
- Machine Learning algorithms
- Convolutional Neural Network
- Caffe-Based Deep Learning models
- OpenCV for Python
- Install Python
- Install OpenCV for windows
- Install OpenCV for Ubuntu
- pip install imutils
- pip install numpy
- For age detection on image run:
python image_age_detection.py --image images/1.png --face face_detector --age age_detector
- For real-time(webc-cam) age detection run:
python real_time_age_detection.py --face face_detector --age age_detector