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.
- Host: GitHub
- URL: https://github.com/yathartharora/age_detector
- Owner: yathartharora
- Created: 2020-05-01T09:04:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T09:21:27.000Z (about 5 years ago)
- Last Synced: 2025-01-07T05:41:46.621Z (4 months ago)
- Topics: age-detection, deep-learning, opencv, opencv-python
- Language: Python
- Homepage:
- Size: 9.77 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.