Computer Vision

Age Prediction using Image Processing

In the film industry due to the usage of many cosmetics and modern beauty products, an older person seems like a young one. By looking at their faces we cannot easily predict their original age. But don’t worry, Python has a solution for it.

In this project, we are going to develop a system that can detect the face of an actor and predict the age. 

Read more..

Age Prediction using Image Processing project Looking to build projects on Computer Vision?:

Computer Vision Kit will be shipped to you and you can learn and build using tutorials. You can start for free today!

1. Surveillance Robot

2. Sixth Sense Robot

3. 3 Computer Vision Projects (Combo Course)

4. Computer Vision - Text Scanner

5. Computer Vision Based Mouse

6. Computer Vision Based Smart Selfie

7. Computer Vision Training & Internship


Project Description

To predict the age, we are going to use a convolutional neural network (CNN) architecture. This CNN uses 3 convolutional layers and 2 fully connected layers with one final output layer.

This problem can be considered as a classification problem instead of regression. The reason being estimating the exact age using regression is a challenging task. Even human beings cannot predict age just by looking at the face. So, we will try to predict the age in an age group like in 20 – 30 or 30-40 and so on.  It is tough to predict the age of a person from a single image as perceived age depends upon many factors.

Modules used in this project

OpenCV: As the name suggests, OpenCV is an open-source Computer Vision library. OpenCV is capable of processing real-time images and videos with analytical capabilities. It supports deep learning frameworks like TensorFlow, Pytorch, and Caffe.

Project Implementation

To complete the project, just follow the below steps,

  • Detect the faces
  • Estimate the age into 8 age groups
  • Display the output with an image showing the age group.

Latest projects on Computer Vision

Want to develop practical skills on Computer Vision? Checkout our latest projects and start learning for free


Dataset for age prediction: For this project, we are going to use Adience dataset. It is an open-source dataset made available for the public. This dataset has 26,580 photos and 2,284 numbers of subjects. It already has classified the age groups into 8 ( 0-2, 4-6, 8-13, 15-20, 25-32, 38-43, 48-53, 60-) with gender labels.

  • Detect the face: We will detect the face using DNN. We will specifically use the function getFaceBox() to detect the face.
  • Now we will load the ageing network and using forward pass to get the age group.
  • Show the output of the neural network on the input image and display the image using imshow function.

Observations

It is observed that age groups 0-2, 4-6, 8-13 and 25-32 are predicted with very high accuracy, but the output is heavily biased for age-group 25-32.

The accuracy can be further increased if we use the regression model instead of the classification model, data argumentation and better network architectures. 

Software requirements: Text editor and Python3, Adience dataset.

Programming Languages: Python or C++


How to build Computer Vision projects Did you know

Skyfi Labs helps students learn practical skills by building real-world projects.

You can enrol with friends and receive kits at your doorstep

You can learn from experts, build working projects, showcase skills to the world and grab the best jobs.
Get started today!


Kit required to develop Age Prediction using Image Processing:
Technologies you will learn by working on Age Prediction using Image Processing:
Age Prediction using Image Processing
Skyfi Labs Last Updated: 2022-05-19





Join 250,000+ students from 36+ countries & develop practical skills by building projects

Get kits shipped in 24 hours. Build using online tutorials.

More Project Ideas on Computer-vision

Hybrid Median Filter for Noise Removal in Digital Images
Image Processing based fire detection
Library Management System using SQL and C++
Detection of Asthma Trigger using Zigbee
Image retrieval
Number Plate Detector
Sign Language Reader
Optical Character Recognition(OCR)
Face recognition gate
Surveillance Camera using Raspi Cam and Android App
Template matching using Computer vision
Motion detector using Computer vision
Streaming Video to a web-page using Open CV
Computer vision based rescue robot
Smart gesture control for mobile phone using machine learning
Image Processing based ball tracking robot
Emotion recognition using image processing
Computer vision based self-recharging robot
Disease Prediction using Image Processing
Forgery detection using Image Processing
Invisible Cloak using Open CV and Python
Currency Recognition System using Image Processing
Cartooning an Image using Open CV
Develop Sign Language Translator with Python
Develop an Audio Sign Language Translator Using ML
Image classifier for identifying cat vs dogs using CNN and python
Age Prediction using Image Processing
Color detection
Gender and Age Detection using OpenCV
Car model recognition using Image Processing
Checking driver behavior with Raspberry Pi
Dimension Estimation using Image Processing
Typing Robot
Detection of Underground broken pipes
Computer vision based Smart Selfie
Computer vision based text scanner
Cancer detection using image processing
Develop A Sixth Sense Robot With Arduino
Lane Detection using Machine Learning

Subscribe to receive more project ideas

Stay up-to-date and build projects on latest technologies