You are on page 1of 6

Emotion Detector

SUBMITTED BY: GROUP - E


Introduction

 This program will focus entirely on human emotion detection.


 We used open source code from OpenCV to implement this program.
 The program will use webcam and after recognizing the human face, it will show
the user’s emotion.
Method

 Used CNN model


 Based on OpenCV
 Packages: Keras, TensorFlow, CV2
 Dataset collected from Kaggle
Result

Happy emotion detected Surprise emotion detected


 In the test run shown above, the program was able to accurately detect when the subject’s
face is happy or surprised.
 It is the significant step in the emotion detection process and is the first step in the
program being able to detect other emotion.
 The program successfully detect other emotions such as angry, disgust, fear, sad, neutral.
Future work

 The goal of this program is create a database and classifier for all other emotion.
 The next step in the process is get the program to not have to just check for some
given emotion, but to scan the face and determine what the emotion is and to display
that to the user.
 After putting everything in place, we can connect it with the music streaming
application and the program will play the music based on the user’s emotion.
THANK YOU

You might also like