Python Program that uses Convolutional Neural Network (in short CNN) with Keras API to detect the emotion level in the given image/picture
The dataset can be downloaded from "Kaggle Website" from the given below link https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data
Packages used are listed below a. Keras (High level Neural Network API) b. Tensorflow (ML Library) c. OpenCV (Computer Vision and Machine Learning Library) d. MatplotLib and Numpy (Python Packages)
Used Google-Colab to run the code by selecting runtime GPU