Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.06 KB

Emotion Detector

This project is a web application that uses computer vision and deep learning to detect facial emotions in real-time. The application uses a pre-trained convolutional neural network to classify emotions based on facial expressions. Users can interact with the application by turning on their webcam with the Play button, taking a snapshot of their face with the Snap button and the application will detect their emotions in real-time.
Link to my Jupyter Notebook for more details about the model: Emotion Detector.ipynb

Link to the Website

Demonstration Video

Emotion Detector

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Bootstrap
  • Flask
  • OpenCV (cv2)
  • NumPy
  • Tensorflow
  • PIL (Python Imaging Library)
  • Base64