An open API service indexing awesome lists of open source software.

https://github.com/yathartharora/age_detector

Age Detection using Opencv and Deep Learning.
https://github.com/yathartharora/age_detector

age-detection deep-learning opencv opencv-python

Last synced: 3 months ago
JSON representation

Age Detection using Opencv and Deep Learning.

Awesome Lists containing this project

README

        

# Age_detector
Age Detection using Opencv and Deep Learning.
The script uses face_detector model --> res10_300x300_ssd_iter_140000.caffemodel and the age detector model--> age_net.caffemodel
The output given is one among the following ranges - (0-2)", "(4-6)", "(8-12)", "(15-20)", "(25-32)","(38-43)", "(48-53)", "(60-100)"
with the probability percentage.