ikibir / erg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 97.7%Language:Python 2.3%