Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alkasaliss/democlassi

DEmoClassi stands for Demographic (age, gender, race) and Emotions (happy, sad, angry, ...) Classification from face images, using deep learning.
https://github.com/alkasaliss/democlassi

age deep-learning emotion-detection gender pytorch pytorch-ignite race

Last synced: about 15 hours ago
JSON representation

DEmoClassi stands for Demographic (age, gender, race) and Emotions (happy, sad, angry, ...) Classification from face images, using deep learning.

Awesome Lists containing this project

README

        

# DEmoClassi
DEmoClassi stands for **D**emographic (age, gender, race) and **Emo**tions
(happy, sad, angry, ...) **Classi**fication.

This repository is an attempt to tackle the task of predicting the facial expression,
age gender and race prediction from facial images.

As I was planning to train the models on Google Colab platform, I decided to gather
all my utility functions/classes in a package I named democlassi which is pip
installable via `pip install --upgrade democlassi`.

The Training is done using Pytorch and pytorch-ignite and more
information about the data used, the training process and live prediction using
pretrained models and opencv can be found on
[this page](https://alkasaliss.github.io/DEmoClassi/).

Some sample predictions :

![png](docs/samples/neutral_shot.png)
![png](docs/samples/happy_shot.png)
![png](docs/samples/angry_shot_new.png)
![png](docs/samples/sad_sht1.png)
![png](docs/samples/surprised_shot.png)