Skip to content

keithy1012/ExpressionRecog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotion Detection System

Overview

Developed an advanced emotion detection system leveraging a Convolutional Neural Network (CNN) which achieved an impressive 87% accuracy in recognizing a range of facial expressions. The system was designed to perform real-time face detection using OpenCV, enabling it to accurately analyze and interpret emotions from both static images and live video feeds. This involved preprocessing the input data to ensure optimal performance of the CNN, implementing robust algorithms to handle various lighting conditions and angles, and integrating a user-friendly interface for seamless interaction. The system's real-time capabilities make it suitable for applications in diverse fields such as human-computer interaction, security, and customer service, providing valuable insights into user emotions.

Use

Downloading model training csv: fer2013.csv https://www.kaggle.com/datasets/ahmedmoorsy/facial-expression

Add .csv file to the model directory

pip install -r requirements.txt

cd model

python train.py

cd ..

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages