Tabish06 / FERRA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FERRA

Facial Emotion Recognition for Retail Analytics

This project aims at determing facial emotions from cell phones at the retail store. The project deals with using multiple available datasets such as KDEF, RAF and FER2013 for emotion recognition. There are slight changes needed with RAF to load the data. The project uses Convolutional Neural Network with Dense Layer to determine the emotion of the person. It uses VGG 19 as the base model.

Setup

Install Python 3.6

Clone this Repository

git clone https://github.com/Tabish06/FERRA.git
Copy shape predictor file to cloned folder: https://drive.google.com/file/d/1blALLnjbpvyHHi8xOZmHPUgna0E5Jurb/view?usp=sharing

(Optional and Recommended) Set up a Python Virtual Environment

Install Tensorflow

Note that this will require Python. To install Tensorflow using pip, run the following:

pip install --upgrade tensorflow

To verify the install:

python -c "import tensorflow as tf;"

Install Keras

Installing using PyPI:

pip install keras

Train

To train the mode, run python evalute.py

About


Languages

Language:Python 100.0%