Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.12 KB

File metadata and controls

20 lines (15 loc) · 1.12 KB

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