Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 558 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 558 Bytes

Smile-Detection-App

A Realtime Smile Detection Application built using OpenCV in Python detects smile on the face.

  • Uses Haar Algorithm for Smile Detection.

  • The App can be used to detect eyes, Face and anything you like.

  • Simply change the classifier. You can see all the classifier at openCV haar github.

  • Anyone with basic knowlege of python will easily understand the code.

  • I have added comments at everyline for better clarity.