Skip to content

dalvishruti14/Mood-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mood Detection Project

Overview

This project aims to develop a mood detection model using facial expression images. The dataset used for training and testing the model is the FER2013 dataset, which contains grayscale images of faces categorized into seven different emotions: anger, disgust, fear, happiness, sadness, surprise, and neutral.

The project involves preprocessing the image data, building a neural network model using TensorFlow and Keras, training the model on the training dataset, and evaluating its performance on the testing dataset. The results are visualized using a confusion matrix to analyze how well the model predicts different emotions.

Technologies Used

  • TensorFlow
  • Keras
  • scikit-learn
  • OpenCV
  • NumPy
  • Matplotlib
  • Seaborn

Dataset

The dataset used for this project is the FER2013 dataset - https://www.kaggle.com/datasets/msambare/fer2013.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages