Facial_Expression_Recog-keras

Steps

  • Extract dataset.rar files to the main folder
  • Run Facial_Expression_Training.ipynb Notebook to access Keras Model

or to run the flask server with pre-trained model

  • cd \path\to\Project\
  • pip install pipenv
  • pipenv install
  • pipenv run python3 main.py

Requirements

  • python3
  • jupyter
  • tensorflow
  • keras