An open API service indexing awesome lists of open source software.

https://github.com/sarthakmishraa/smile-detection

Using OpenCV for face and smile detection. Learned all the basics one day before and tried implementing.
https://github.com/sarthakmishraa/smile-detection

Last synced: 3 months ago
JSON representation

Using OpenCV for face and smile detection. Learned all the basics one day before and tried implementing.

Awesome Lists containing this project

README

        

# Smile-Detection
Using OpenCV for face and smile detection. Learned all the basics one day before and tried implementing.

First we detect face using face cascade

![Face](https://github.com/sarthakmishraa/Smile-Detection/blob/main/face.PNG)

Set ROI as face so that it will help smile cascade to detect smile easily

![Smile](https://github.com/sarthakmishraa/Smile-Detection/blob/main/smile.PNG)