Skip to content

Detects the facial emotions using fer2013 datasets with a keras CNN model and openCV.

Notifications You must be signed in to change notification settings

Sudarshana2000/Facial_Emotion_Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Facial_Emotion_Detector

Detects the following facial emotions - angry, disgust, fear, happy, sad, surprise, neutral - using fer2013 datasets with a keras CNN model and openCV. Accuracy: 66%

Requirements

  • python 3
  • cv2
  • Tensorflow 2

Download pre-trained emotion detection model, caffemodel and prototxt in models for model inferences.

Usage

To get results in images, use

facial_emotion.process(image_path)

To get results in real-time and in video feeds, use

facial_emotion.real_time_feed(video_path)

Result


About

Detects the facial emotions using fer2013 datasets with a keras CNN model and openCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages