Skip to content

Rishiii57/Emotion-Recognition-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Emotion Recognition using CNN

This project implements a Convolutional Neural Network (CNN) for facial emotion recognition using the FER-2013 dataset.

Features

  • Grayscale image preprocessing (48×48)
  • CNN built from scratch
  • Data augmentation
  • Batch normalization & dropout
  • Early stopping to prevent overfitting

Dataset

FER-2013

Results

Validation accuracy stabilizes around ~45–55% due to the noisy nature of the dataset and due to similarity of human face in different emotions. Tested model on a random internet photo and works fine.

Future Work

  • Having more data
  • Regularisation can be done upto some extend
  • Transfer learning (MobileNet / EfficientNet)
  • Face detection before classification

Author

Rishi57

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors