Emotion-Detection Detecting Facial expression using python opencv & deeplearning Created my own dataset using python-opencv and collected 300 images from each expressions using haarcascade_frontalface_default.xml Then,I train those by creating deep learning model using 10 epochs and got an avg accuracy of 99% Then to check that using webcam I again used opencv where I load my trained model and give 4 classes and 60 as frame/IMG size.