We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7
REPORT
PROJECT NAME- REAL TIME FACIAL EMOTION RECOGNIGATION
TEAM MEMBERS : SHIVANSH PREET BHUVNESH KUMAR VAIBHAV SAINI Vivek kashyap
SUBMITED TO: ANURAG SIR
CHAPTER 1 -- INTRODUCTION ABSTRACT: Recently, real time facial expression recognition has attracted more and more research. In this project facial expression real-time system was built and tested. Modern world is changing in each pulse. New technologies are taking place in every sector four day to day life. Image processing is one of the major pioneer in this changing world. With a single click many thing are taking place. Many things are possible with the help of an image. A text image can be converted from one language to another without any help from a human interpreter. One can also save his or her time to text someone with an image as a single image explains many things. Images are also used to identify a person on the social media and in many other web. For this fact Face Detection is getting very popular every day. With the help of Face Detection it is possible to identify a person very easily. What if one could tell what type of emotional state a person is in? It would help one to approach that person. For example if a person is sad can do something to make him or her feel happy and so on. PROJECT Objective: The primary goal of this research is to design, implement and evaluate a novel facial expression recognition system using various statistical learning techniques. This goal will be realized through the following objectives: 1.System level design: In this stage, we'll be using existing techniques in related areas as building blocks to design our system. a) A facial expression recognition system usually consists of multiple components, each of which is responsible for one task. We first need to review the literature and decide the overall architecture of our system, i.e., how many modules it has, the responsibility of each of them and how they should cooperate with each other. b) Implement and test various techniques for each module and find the best combination by comparing their accuracy, speed, and robustness. 2. Algorithm level design: Focus on the classifier which is the core of a recognition system, trying to design new algorithms which hopefully have better performance compared to existing ones. FACIAL EMOTION RECOGNITION Facial emotion recognition is the process of detecting human emotions from facial expressions. The human brain recognizes emotions automatically, and software has now been developed that can recognize emotions as well. This technology is becoming more accurate all the time, and will eventually be able to read emotions as well as our brains do. AI can detect emotions by learning what each facial expression means and applying that knowledge to the new information presented to it. Emotional artificial intelligence, or emotion AI, is a technology that is capable of reading, imitating, interpreting, and responding to human facial expressions and emotions. One of the important ways humans display emotions is through facial expressions. Facial expression recognition is one of the most powerful, natural and immediate means for human beings to communicate their emotions and intentions. Humans can be in some circumstances restricted from showing their emotions, such as hospitalized patients, or due to deficiencies; hence, better recognition of other human emotions will lead to effective communication. Automatic human emotion recognition has received much attention recently with the introduction of IOT and smart environments at hospitals, smart homes and smart cities. Intelligent personal assistants (IPAs), such as Siri, Alexia, Cortana and others, use natural language processing to communicate with humans, but when augmented with emotions, it increases the level of effective communication and human-level intelligence. The objective of this project is to develop Automatic Facial Emoji Generation System which can take human facial images containing some expression as input and recognize and classify it and generate emoji based on seven different expression class such as : 1. Angry 2. Sad 3. Happy 4. Disgust 5. Neutral 6. Surprised 7. Fear The facial expression of human emotion is one of the major topics in facial recognition, and it can generate both technical and everyday application beyond laboratory experiment. This projection constructs a system of deep learning models to classify a given image of human facial emotion into one of the seven basic human emotions . Then we will map the classified emotion to an emoji or an avatar. 2.2 OBJECTIVES In this deep learning project, we have built a convolution neural network to recognize facial emotions. We have trained our model on the FER2013 dataset. Then we are mapping those emotions with the corresponding emojis or avatars. We are using OpenCV’s haar cascade xml we are getting the bounding box of the faces in the webcam. Then we feed these boxes to the trained model for classification.