Skip to content

hghimanshu/Facial-Expression-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Facial Expression Recognition

This repo contains codes for Facial Expression Recognition System

--------------------------------

Dependencies

  1. Tensorflow
  2. Keras
  3. Numpy
  4. Matplotlib
  5. Opencv
Note:* Assuming that you have already installed all the dependencies

----------------------------------

Running the code

  1. Clone the repository using

git clone https://github.com/hghimanshu/Facial-Expression-Recognition.git

  1. After cloning type

cd Facial-Expression-Recognition/src

  1. Download the FER2013 dataset from here

  2. Arrange the fer2013.csv file as : data/fer2013/fer2013.csv

  3. For training, run

python train.py

  1. For testing, run

python test.py

Releases

No releases published

Packages

No packages published

Languages