Image and Real-Time Emotion Detection using KERAS
Jul 1, 2021
Emotion Detection or Facial Expression Classification is a widely researched topic in today’s Deep Learning arena. To classify your emotions in real-time using just your camera and some lines of code is actually a big step towards Advanced Human-Computer interaction.
To understand this thoroughly you should have some basic knowledge of :
- Python
- OpenCV
- Convolution Neural Network (CNN)
- NumPy
(I have used tensorflow version 1.13.1 and keras version 2.3.1. )
Conclusion
So here I have explained the process of creating the Emotion Detection Using OpenCV and Keras. You can see the full code along with the dataset in my GitHub repository. My output is as follows.