Skip to content

techmn/Emotion-Recognition-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Emotion Recognition Demo

Dependencies for the file to run without errors:

  1. PyQt5 for the graphical user interface
  2. OpenCV for video / live cam input
  3. RMN emotion recognition model
  4. Optionally: you can use DeepFace instead of RMN
  5. Pytorch to use the models listed in 3 and 4

Installation of 1, 2, 5, 3, 4

pip install pyqt5

pip install opencv-python

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

pip install rmn

pip install deepface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages