This project's task is recognising emotions from face images using Artifical Neural Network Models
The Project is in the notebook(.ipynb) and the user can open it using jupyter-notebook or any other platform (google colab/kaggle).
It is based on the 'fer2013' dataset and the models are trained on it .
The paths in the notebook for the faces-images and the dataset should be changed accordingly in order fot the notebook to run successfully.
Models info and instructions for each cell can be found in the notebook where each part is explained.
Python
Tensorflow
Keras
numpy
matplotlib
sklearn
opencv
All the required libraries can be downloaded by running each corresponding cell .