This project demonstrates real-time facial emotion recognition using the DeepFace library and OpenCV with webcam input. The dominant emotion detected is overlayed live on the video feed.
Below are the core tools and libraries used in this project:
- Python: 3.8+
- OpenCV:
opencv-python==4.x
- DeepFace:
deepface==0.0.83
-
Clone the repository :
git clone https://github.com/agusrajuthaliyan/Real-Time-Emotion-Detection.git cd Emotion-Detection