0% found this document useful (0 votes)
457 views11 pages

Age and Gender Detection Using Deep Learning: HYDERABAD - 501 510

This document describes a student project on age and gender detection using deep learning. The project was conducted by three students - G.RUPESH RAJ, B.SHYAM KUMAR, and U.MADHURI - under the guidance of K. KAVITHA LAKSHMI at MVSR Engineering College. The project aims to build models using deep learning algorithms like CNN and SVM to detect age and gender from images with applications in areas like restricted access, ATM verification, and marketing surveys. The document outlines the problem statement, project scope, objectives, methodology including data preprocessing, model building and evaluation, software requirements, dataset used and evaluation metrics.

Uploaded by

ShyamkumarBannu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
457 views11 pages

Age and Gender Detection Using Deep Learning: HYDERABAD - 501 510

This document describes a student project on age and gender detection using deep learning. The project was conducted by three students - G.RUPESH RAJ, B.SHYAM KUMAR, and U.MADHURI - under the guidance of K. KAVITHA LAKSHMI at MVSR Engineering College. The project aims to build models using deep learning algorithms like CNN and SVM to detect age and gender from images with applications in areas like restricted access, ATM verification, and marketing surveys. The document outlines the problem statement, project scope, objectives, methodology including data preprocessing, model building and evaluation, software requirements, dataset used and evaluation metrics.

Uploaded by

ShyamkumarBannu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

MVSR ENGINEERING COLLEGE, HYDERABAD - 501 510

Department of Computer Science and Engineering

AGE AND GENDER


DETECTION
USING
DEEP LEARNING
Batch No: C18

G.RUPESH RAJ – 2451-17-733-151


B.SHYAM KUMAR – 2451-17-733-177
U.MADHURI – 2451-17-733-333

Under the guidance of


K. KAVITHA LAKSHMI
(ASSISTANT PROFESSOR),CSED
Batch : C18 Title : Age and Gender detection using Deep Learning

PROBLEM STATEMENT:

• Image classification is one of the most foundational problems in computer vision, Although the problem of identifying a
visual entity from an image is a very trivial problem for a human-being to perform, it is very challenging for a computer
algorithm to do the same with human level accuracy .

• Proposed System should be invariant to variety of variations so as to with successful establishment and classification of the
pictures

PROJECT SCOPE:

• Restriction : In times of pandemics like covid-19, people could be identified based on their age for visiting restricted
places(holy places).

• This system can be effectively used in ATM's ,identifying duplicate voters, passport and visa verification, driving license
verification, in defense, competitive and other exams, in government and private sectors.

• Supermarket : to gather client statistics to make informed decisions, increase the quality of their service .
Batch : C18 Title : Age and Gender detection using Deep Learning

APPLICATION AREAS:

 In times of pandemics like covid-19, people could be identified based on their age for visiting
 Various Commercial activities could be carried out by surveying the results of the gender and age detection
system.
 The requirement of a particular service can be known by the age and gender of the people,who is using the
service.

CHALLENGES:

Feature extraction of articles from the large dataset is a challenging task in the process of classification.

In-house Project/ Industry Project: In-house project


Organization Name: MVSR ENGINEERING COLLEGE.
Batch : C18 Title : Age and Gender detection using Deep Learning

SOFTWARE/HARDWARE REQUIREMENTS: OBJECTIVES:

Operating System : Windows 7 or higher This work is a part of our project with Fashion-article
Front end : Python (anaconda 3) dataset using Machine learning and Deep Learning algorithms . The
Package : numpy, Pandas,keras, objective is to identify (predict) different fashion products from the
matplotlib,sklearn, given images using best possible algorithms and observe the results
tensorflow to arrive at the best model.
Back End : DataSet
Batch : C18 Title : Age and Gender detection using Deep Learning

Data Loading, Exploration and Pre-processing:-


First step is to load and read the image dataset.
Second step is to Explore the data using various visualization techniques.
Third step is to pre-process the images to enhance its properties and helps in better feature
extraction. Typical pre-processing techniques are resizing, normalization, etc.,
Input:- Image
Output:- Pre-processed Image .
Batch : C18 Title : Age and Gender detection using Deep Learning

Model Building, Training, Evaluation:-


Different Models(svm and cnn) are build and trained. In the training process it extracts the features.
Training is done using a training dataset.
Next our trained models are tested using test datasets and gets accuracy.
We are using a benchmark dataset and building two models for the given dataset.
These models are tested using for the given dataset.
Input: Preprocessed Image
Output: Class Labels
Batch : C18 Title : Age and Gender detection using Deep Learning

SVM ARCHITECHTURE
Batch : C18 Title : Age and Gender detection using Deep Learning

CNN ARCHITECTURE
Batch : C18 Title : Age and Gender detection using Deep Learning

DATASET EMPLOYED :

Fashion articles dataset

EVALUATION METRICS:

Accuracy
Batch : C18 Title : Age and Gender detection using Deep Learning

ENVIRONMENT DEMO
THANK YOU

You might also like