0% found this document useful (0 votes)
27 views17 pages

2nd DT Worksheet

The document describes a student experiment to design an AI application for emotion and gesture detection using the Google Colaboratory tool. The student used the Deepface library to analyze images for emotion, gender, and age. Commands were used to install Deepface, import it, import other libraries, and call the analyze function on images specifying emotion, gender, and age parameters. The results of analyzing two images for these attributes are presented. The student received marks from faculty evaluation based on performance, viva voce, and submission of worksheets.

Uploaded by

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

2nd DT Worksheet

The document describes a student experiment to design an AI application for emotion and gesture detection using the Google Colaboratory tool. The student used the Deepface library to analyze images for emotion, gender, and age. Commands were used to install Deepface, import it, import other libraries, and call the analyze function on images specifying emotion, gender, and age parameters. The results of analyzing two images for these attributes are presented. The student received marks from faculty evaluation based on performance, viva voce, and submission of worksheets.

Uploaded by

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

University Institute of Engineering

Department of Computer Science & Engineering

Experiment:- 9

Student Name: HIMANSHI UID:23BCS10694


Branch: Computer Science & Engineering Section-Group:205-B
Semester: 1st Date of Performance :20 /11/23
Subject Name: DISRUPTIVE TECHNOLOGIES-1
Subject Code: 23ECH-102

1.Aim:- Design an AI based Application for emotion and gesture detection.

2. Tool Used:- “GOOGLE COLABORATORY”

3. Basic Concept/ Command Description:-

DEEPFACE LIBRARY:-
Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race)
framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-
Face , Google FaceNet , OpenFace , Facebook DeepFace , DeepID , ArcFace , Dlib and SFace .
University Institute of Engineering
Department of Computer Science & Engineering

COMMANDS DESCRIPTION:-

1. Installing Deepface library of python

2. From Deepface library import DeepFace

3. importing cv2 library,matplotlib and using imshow function

4. using analyze function of deepface library

5. using analyze function with ‘emotion’

6. using analyze function with ‘gender’

7. using analyze function with ‘age’

8. using analyze function of deepface library


With another example,for emotion ,gender and age .
University Institute of Engineering
Department of Computer Science & Engineering

PROGRAM:-

1. Installing Deepface library of python

2. From Deepface library import DeepFace


University Institute of Engineering
Department of Computer Science & Engineering

3. importing cv2 library,matplotlib and using imshow function

4. using analyze function of deepface library


University Institute of Engineering
Department of Computer Science & Engineering

5. using analyze function with ‘emotion’

6. using analyze function with ‘gender’

7. using analyze function with ‘age’


University Institute of Engineering
Department of Computer Science & Engineering

8. using analyze function of deepface library


With another example,for emotion ,gender and age .
1) USING IMREAD FUNCTION

2) USING IMSHOW FUNCTION


University Institute of Engineering
Department of Computer Science & Engineering

3)USING EMOTION WITH ANALYZE FUNCTION

4) USING AGE WITH ANALYZE FUNCTION

5) USING GENDER WITH ANALYZE FUNCTION


University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering

Evaluation Grid:

Sr. Parameters Marks Obtained Maximum Marks


No.
1. Student Performance 12
(Conduct of experiment)
2. Viva Voce 10
3. Submission of Work Sheet 8
(Record)
Signature of Faculty (with Date): Total Marks Obtained: 30

You might also like