Skip to content

Categorized emotion of person from webcam feed or video file input into seven different basic emotions using convolutional neural network. On the webcam feed, used Haar Cascade frontal face for face detection and then passed the bounding box into a ConvNet model for detection. Gave output as a video with detected emotion written below, using tki…

Notifications You must be signed in to change notification settings

Preet218/Emotion-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Emotion-Detector

Categorized emotion of person from webcam feed or video file input into seven different basic emotions using convolutional neural network. On the webcam feed, used Haar Cascade frontal face for face detection and then passed the bounding box into a ConvNet model for detection. Gave output as a video with detected emotion written below, using tkinter for GUI in selecting input method, and output file directory

Dataset used in this project can be obtained from the below link

https://www.kaggle.com/datasets/ananthu017/emotion-detection-fer

About

Categorized emotion of person from webcam feed or video file input into seven different basic emotions using convolutional neural network. On the webcam feed, used Haar Cascade frontal face for face detection and then passed the bounding box into a ConvNet model for detection. Gave output as a video with detected emotion written below, using tki…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published