This repo contains codes for Facial Expression Recognition System
--------------------------------
- Tensorflow
- Keras
- Numpy
- Matplotlib
- Opencv
----------------------------------
- Clone the repository using
git clone https://github.com/hghimanshu/Facial-Expression-Recognition.git
- After cloning type
cd Facial-Expression-Recognition/src
-
Download the FER2013 dataset from here
-
Arrange the fer2013.csv file as : data/fer2013/fer2013.csv
-
For training, run
python train.py
- For testing, run
python test.py