daradecic / affective-computing-project

Facial Expression Recognition with TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Affective Computing - Final Project

  • TASK: Facial expression recognition from images
  • The entire model training is visible in the Notebook
    • In the end the custom architecture was a way to go
    • Transfer learning approach got significantly worse results
  • Download the model HERE and put it into the MODELS folder

Frontend app

  • You can test the functionality of the trained model via simple frontend interface
  • To run the app:
    python app.py

Some evaluations

  • You can see them all in the TESTED_IMAGES folder
  • Naming convention is as follows: predicted_actual.png

angry_angry


happy_happy


fear_fear

About

Facial Expression Recognition with TensorFlow


Languages

Language:Jupyter Notebook 92.6%Language:Python 6.4%Language:CSS 1.0%