Pytorch Facial Expression Recognition
project_name='pytorch-facial-expression-recognition'
Getting the Data
The dataset is available on Kaggle and can be downloaded using the Kaggle API.
!pip install -q kaggle
from google.colab import files
files.upload()
Saving kaggle.json to kaggle.json
{'kaggle.json': b'{"username":"sanketnaik99","key":"307831088fc7c3ef481826e17cac508c"}'}
! mkdir ~/.kaggle
! cp kaggle.json ~/.kaggle/
! chmod 600 ~/.kaggle/kaggle.json
Sanket Naik6 months ago