This Python script implements a real-time facial emotion detection system using a pre-trained deep learning model. It captures video from the computer's camera, detects faces in each frame using Haar cascades, extracts the facial region, and classifies the detected emotion using a pre-trained neural network model loaded from 'model.h5'. The recognized emotion is then displayed in real-time on the video feed, with bounding boxes around detected faces. The supported emotions include Angry, Disgust, Fear, Happy, Neutral, Sad, and Surprise. The program exits when the user presses 'q'.
forked from ng169/FER-with-CNN
-
Notifications
You must be signed in to change notification settings - Fork 0
zulaikhamir/FER-with-CNN
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 100.0%