jhakrraman / Emotion-Recognition-System

This is a computer vision model to predict the emotion in Realrime or recorded video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emotion detection System using realtime or recorded videos

Screenshot (147)

Packages need to be installed

  • pip install numpy
  • pip install opencv-python
  • pip install keras
  • pip3 install --upgrade tensorflow
  • pip install pillow

download FER2013 dataset

Train Emotion detector

  • with all face expression images in the FER2013 Dataset
  • command --> python TranEmotionDetector.py

copy these two files create model folder in your project directory and paste it.

run your emotion detection test file

python TestEmotionDetector.py

About

This is a computer vision model to predict the emotion in Realrime or recorded video.

License:MIT License


Languages

Language:Python 100.0%