An open API service indexing awesome lists of open source software.

https://github.com/onurmx/emotion-recognition

Emotion recognition from facial images using convolutional neural networks.
https://github.com/onurmx/emotion-recognition

ckplus computer-vision convolutional-neural-networks deep-learning deep-neural-networks emotion-recognition fer2013-dataset image-augmentation image-classification image-processing image-recognition kdef-dataset machine-learning pyside pytorch resnet tensorflow torch torchvision vgg

Last synced: 7 months ago
JSON representation

Emotion recognition from facial images using convolutional neural networks.

Awesome Lists containing this project

README

          

# emotion-recognition
Emotion recognition from facial images using convolutional neural networks.

## Classifiers
Resnet, VGG-16, and Onsunet convolutional neural network architectures are used.

## Libraries
PyTorch, TensorFlow libraries are used to implement convolutional neural networks. Each architecture has two variants for each libary.

PySide is used to provide graphical user interface to application.

## Datasets
FER2013, KDEF, and CK+ datasets are used to train classifier. Each dataset is processed in both PyTorch and TensorFlow libraries.

## Execution of the application
To execute the application, it is enough to run main.py file.

```
python main.py
```