You are on page 1of 17

SUBJECT CODE

TYPE THE SUBJECT NAME HERE

EMOTIONAL INTELLIGENCE

TEAM MEMBERS :
NITHISH R - 412519205094
IV VIII MICHAEL RAJ M - 412519205079
GUIDED BY : MS J. SUJITHRA
IT8811 Department of Information Technology
Sri Sairam Engineering College, Chennai

1
ABSTRACT
• Emotional intelligence is the one of the most significant features to recognize the emotion
of human in daily human interaction.
• Emotional intelligence has received important interest from psychologists and computer
scientists for the applications of health care assessment, human affect analysis, human
computer interaction and utmost security and accuracy in real time application.
• In the project detection of human faces and basic human emotions using face recognition
and image processing has been proposed.
• It initially deals with intake of the input and analyzing it with the help of CNN and MMI
dataset which contains the samples of human emotions.
• This project is a web application that create a window to display the scene capture by web
camera and a window representing the real time emotions detection.
• The system compares the image of our face with the dataset and real time capturing and
detect the human emotions. Finally it detect the couple of human emotions in real time

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 02
SDGAND
SDG & SAP
SAPMAPPING
MAPPING
9.Industry, Innovation And
Infrastructure
• measures the share of a country's manufacturing value
added which is derived from medium to high-tech
industry outputs.
• Higher values indicate that a country's industrial sector is
more focused on high-tech and innovation products.
SAP090B01
⮚ 9.b Support domestic technology development, research and innovation in developing
countries, including by ensuring a conducive policy environment for, inter alia, industrial
diversification and value addition to commodities.

⮚ 9.B.1 Proportion of medium and high-tech industry value added in total value added.

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 03
LITERATURE SURVEY
LITERATURE SURVEY
Implementation of Facial Recognition Recognition System for Selecting Fashion Item Based
on Like and Dislike Recognition Lutfiyatul Fatjriyati Anas ; IEEE 2021.
This study was developed to find out what opinion or assessment of a person to a picture,
especially fashion images through the Recognition of a person's face taken when looking at a
fashion picture.
Facial Recognitions that are processed will produce Recognitions of like or dislike.
This facial express recognition system is built using the Facial Landmark to get the Recognition
feature.
Then the value of the feature is normalized using min-max.
Finally, facial Recognitions are classified with k-Nearest Neighbor. The results of this system
show which fashion images are liked by someone.
A New Method for Facial and Corporal Recognition Recognition Kahina Amara ; IEEE
2021.
This work concentrates on facial and corporal Recognition and feature extraction.
For system performance assessment, we used leave-one-out subject cross-validation.
The obtained results show the superior performance of the RGB-D features provided by Kinect
(v2).
EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 04
LITERATURE SURVEY

Effects of Facial Mood Recognitions on Face Biometric Recognition System’s


Reliability Mohammadreza Azimi IEEE 2021.
In the study, the local binary pattern (LBP) attributes obtained from the surrounding of
the landmarks using active shape models are used.
In order to find the most discriminating subset of the obtained attributes, the selection
of the attributes has been applied for improve the recognition rate.
It has been shown that the method proposed in experiments with 10-fold cross-
validation with the Cohn-Kanade dataset (CK+) which is containing seven different
Recognition classes achieves %89.71 success rate.

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 05
EXISTING SYSTEM
EXISTING SYSTEM
• In Existing System Edge Detection Algorithm is used which actually segments
only the edges of the rice that we are going to analyze.
• In existing system for identifying emotion in face they have used Edge Detection
Technique.
• The main drawback of this system is only the edges of faces are been segmented
because of this inner areas which actually shows the emotion cannot be segmented.
• Over lapping of images are also high which will increase the SNR ratio which
inturn reduces the accuracy.

DISADVANTAGES :
• Prediction of image size is not accurate.
• Time consumption.
• Noise will be high.
• Overlapping of images will be high.

EMOTIONAL INTELLIGENCE
Department of Information Technology 06
Sri Sairam Engineering College
PROPOSED SYSTEM
PROPOSED SYSTEM
• We propose a method to search optimized active regions from the active
regions in face.
• A CNN is trained for each kind of optimized active regions to extract
features and classify Recognitions.
• In order to get representable features, histogram equalization, rotation
correction and spatial normalization are carried out on the Recognition
images.
• A decision-level fusion method is applied, by which the final result of
Recognition recognition is obtained via majority voting of the three results.
• Experiments on both independent databases and fused database are carried
out to evaluate the performance of the proposed system.
• Our novel method achieves higher accuracy compared to previous literature,
with the added benefit of low latency for inference.

EMOTIONAL INTELLIGENCE
Department of Information Technology 07
Sri Sairam Engineering College
PROPOSED SYSTEM
ADVANTAGES :

• Prediction of image size is accurate.


• Time consumption is less.
• Noise will be less.
• No Overlapping of images.

EMOTIONAL INTELLIGENCE
Department of Information Technology 08
Sri Sairam Engineering College
REQUIREMENTS
REQUIREMENTS
SOFTWARE REQUIREMENTS:

• FRONT END : PYTHON


• DATASET : MMI
• IDE : VISUAL STUDIO
• OPERATING SYSTEM : WINDOWS 10

HARDWARE REQUIREMENTS:

• PROCESSOR : INTEL I5
• RAM : 8 GB
• PROCESSOR : 2.4 GHZ
• HARD DISK DRIVE : 1TB
• INTEGRATED SYSTEM WEB CAMERA

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 09
ARCHITECTUREDIAGRAM
ARCHITECTURE DIAGRAM

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 10
MODULES
MODULES
1. Image Acquisition Image
• Acquisition is the process of collection of images. We had performed a refined
search on the dataset of facial Recognitions but could not find one that matches
our requirements.
2. Image Preprocessing
• Image preprocessing includes converting RBG images into Grayscale images
using Python.
• An RGB image means the images present with its original colors. Grayscale
images have the combination of black and white.
• Conversion of RGB to grayscale is done for enhancing the dataset available.
Converting the images to grayscale helps in improving the accuracy of the
result.

EMOTIONAL INTELLIGENCE
Department of Information Technology 11
Sri Sairam Engineering College
MODULES
MODULES
3. Image Segmentation
• Image segmentation breaks the image down into meaningful regions. It divides digital
image into multiple segments.
• The goal is to simplify or change the representation into more meaningful image. It
differentiates between the objects we want to inspect further and the other objects or their
background.
4. Feature Extraction
• Feature extraction is extracting or showing of the face portion of the head so that
classification becomes easy. Features are extracted in order to differentiate between the
images.
• Features extraction is used in almost all machine vision algorithms. The common goal of
feature extraction and representation techniques is to convert the segmented objects into
representations that better describe their main features and attributes.
• Here, shape of the spots or the eyebrows and lip area of the face is extracted.

EMOTIONAL INTELLIGENCE
Department of Information Technology 12
Sri Sairam Engineering College
MODULES
MODULES
5. Classification

• The last module includes the classification in which Tensor Flow and Machine
Learning algorithm will be used.
• Tensor Flow is a Python-friendly open source library for numerical
computation that makes machine learning faster and easier.
• Tensor Flow allows developers to create dataflow graphs - structures that
describe how data moves through a graph, or a series of processing nodes.
• Each node in the graph represents a mathematical operation, and each
connection or edge between nodes is a multidimensional data array, or tensor.

EMOTIONAL INTELLIGENCE
Department of Information Technology 13
Sri Sairam Engineering College
\IMPLEMENTATION

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 14
IMPLEMENTATION

EMOTIONAL INTELLIGENCE
Department of Information Technology
Sri Sairam Engineering College 15
REFERENCE
REFERENCE
1. Farahani, Fatemeh Shahrabi, Mansour Sheikhan, and Ali Farrokhi. "A fuzzy approach for
facial emotion recognition." 2013 13th Iranian Conference on Fuzzy Systems (IFSC). IEEE,
2013
2. Oh, Byung-Hun, and Kwang-Seok Hong. "A study on facial components detection method
for face-based emotion recognition." 2014 International Conference on Audio, Language and
Image Processing. IEEE, 2014
3. Reney, Dolly, and Neeta Tripathi. "An Efficient Method to Face and Emotion Detection."
2015 Fifth International Conference on Communication Systems and Network Technologies.
IEEE, 2015.
4. N. Cristiana, T. Shawe, An Introduction to Support Vector Machine, Cambridge University
Press, 2000.
5. Pantic, Maja, and Leon JM Rothkrantz. "Toward an affect-sensitive multimodal human-
computer interaction" Proceedings of the IEEE 91.9 (2003): 1370-1390.
6. Adeyanju, Ibrahim A., Elijah O. Omidiora, and Omobolaji F. Oyedokun. "Performance
evaluation of different support vector machine kernels for face emotion recognition." 2015 SAI
Intelligent Systems Conference (IntelliSys). IEEE, 2015.

EMOTIONAL INTELLIGENCE
Department of Information Technology 16
Sri Sairam Engineering College
THANK YOU!

EMOTIONAL INTELLIGENCE
17
Department of Information Technology
Sri Sairam Engineering College

You might also like