Skip to content

Man-asvi/Emotion-Recognition-Using-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ˜„ Emotion Recognition Using Deep Learning 🧠

Identify emotions from facial expressions using a Convolutional Neural Network (CNN)

Language Deep Learning


πŸ“Œ Overview

This project implements an emotion recognition system using deep learning techniques to classify facial expressions into various emotions such as happy, sad, angry, fear, surprise, etc.

It uses a Convolutional Neural Network (CNN) trained on a dataset of facial expression images to learn spatial features and accurately predict emotions.


πŸ˜ƒ Recognized Emotions

The model is trained to classify the following emotions:

  • πŸ˜ƒ Happy
  • 😒 Sad
  • 😠 Angry
  • 😱 Fear
  • 😲 Surprise
  • 😐 Neutral
  • 🀒 Disgust (if included in dataset)

πŸ› οΈ Tech Stack

  • Language: Python
  • Libraries: TensorFlow / Keras, NumPy, OpenCV, Matplotlib
  • Model: Convolutional Neural Network (CNN)
  • Dataset: FER-2013 / Custom Dataset with facial expressions
  • Notebook: Jupyter Notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors