Dependencies for the file to run without errors:
- PyQt5 for the graphical user interface
- OpenCV for video / live cam input
- RMN emotion recognition model
- Optionally: you can use DeepFace instead of RMN
- Pytorch to use the models listed in 3 and 4
pip install pyqt5
pip install opencv-python
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
pip install rmn
pip install deepface