Skip to content

piyush2896/Facial-Expression-Recognition-Challenge

Repository files navigation

Facial Expression Recognition Challenge

The jupyter notebook available here showcase my approach to tackle the kaggle problem of Facial Expression Recognition Challenge. Collect dataset from here. Trained model Weights -> face_model.h5 Trained model JSON -> face_model.h5

Dependencies

  1. NumPy
  2. Keras
  3. Pandas
  4. Tensorflow (as backend)
  5. Jupyter
  6. openCv 2

Usage

Run the code blocks in the notebook in the order to see the result.

Run the code camera.py to see application in action