Emotion Detection using Python
In this tutorial, we’ll see how we can create a python program that will detect emotion on a human face. This might be interesting if you want to do things like emotion detection using python, or if you’re training machine learning systems to read human emotions. We’re going to create a program that takes an image as an input and outputs a list of human emotions that the image invokes. To do this, we’re going to use a package called Deepface. What is Deepface Deepface is an open-source face recognition attribute analysis framework that was created for python. It is…