Applying FastAi on Kaggle competition's dataset from the Facial Expression Recognition Challenge. This notebook was created based on lesson's one and two of the fastai course.
To download the competition dataset, simply go to the facial expression recognition page on Kaggle and click on download all
.
Then you should extract the contents in the same directory as this jupyter notebook file.
To find out how to train, clean up and test your model, check out the jupyter notebook in the repo.