This is an emotion detection web application built using Django, OpenCV, and the DeepFace library. The application captures real-time video using the webcam, detects faces in the video feed, and analyzes the emotions of the detected faces in real-time.
- Django: The web framework used to build the application.
- OpenCV: For real-time face detection.
- DeepFace: For emotion recognition.
- HTML/CSS/JS: For the frontend.
Prerequisites:
- Python
- Django
- OpenCV
- DeepFace