#279 · Primary category: Computer Vision

Emotion-recognition

computer-vision convolutional-neural-networks deep-learning emotion-analysis emotion-recognition

Real time emotion recognition

Project last updated:08/30/24

GitHub Stars

1.2K

Forks

372

Contributors

5

License

MIT

Why we included this project

Emotion-recognition is a compact Python program that reads your webcam feed and classifies facial emotions in real time. It shows two windows: the camera view and a bar chart of emotion probabilities, updating live as you move. A pretrained model is included, so you can run the demo right away; a training script lets you retrain on your own data using the FER2013 dataset. The code is straightforward enough to serve as a hands-on example for students or engineers curious about CNN-based image classification.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category