Smile Detection Based on Deep Learning
Smile detection is one of the most important and trending projects of deep learning for beginners especially. Here, we’re going to make it more simple. Here, cascade classifier is being used which is pre-trained. It will help to detect smile in pic, successfully. So let’s see code.
Firstly, we’ll import open CV library.
Secondly —
We’ll use image that will be used for detection of smile. We’re going to use cascade classifier. It’ll detect smile and make a rectangle there. So, let’s have a look on code.
This code completes here. Now let’s have a look on result. I’ll use different images for detection. You can also choose them just by providing their right path.
Results —
So readers! here is a project to detect smile easily using cascade classifier. If you like my article, don’t forget to clap.
Thank you.