- In This model we are using the image face of the person to detect their emotions
- Labelled : ["Angry" , "Sad" ,"Happy", "Neutral", "Surpise"]
- Trained an CNN model using images dataset found on Kaggle
- Used Transfer Learning model Haar Cascade Frontal Face classifier model to detect face in the live webcam
- Then used the trained model to detect the emotional on the detected face.