Emotion Echo is a real-time facial emotion recognition system built using deep learning and computer vision. It detects human emotions from live webcam feed and classifies them into categories like Happy, Sad, Angry, etc.
- π΄ Real-time emotion detection using webcam
- π€ Deep learning model trained on FER-2013 dataset
- π Displays emotion probabilities and detected label
- π¨ Simple and intuitive OpenCV interface
- π§ Pretrained model using Keras with CNN
- Python
- OpenCV
- Keras / TensorFlow
- NumPy