Skip to content

techycs18/age-detection-python-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time age Detection using OpenCV

Description :

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)

Prerequisites :

Required
  • Python Programming Language
  • Machine Learning algorithms
  • Convolutional Neural Network
Not compulsory(given below), but pior knowledge would be beneficial
  • Caffe-Based Deep Learning models
  • OpenCV for Python

Installations :

Procedure

  • 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

About

This is a Real-time age detection project. The project is built with Python and OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages