The Wayback Machine - https://web.archive.org/web/20210726114619/https://github.com/topics/smile-detection
Skip to content
#

smile-detection

Here are 66 public repositories matching this topic...

The python code detects different landmarks on the face and predicts the emotions such as smile based on it. It automatically takes a photo of that person when he smiles. Also when the two eyebrows are lifted up, the system plays a music automatically and the music stops when you blink your right eye.

  • Updated Sep 16, 2018
  • Python

To detect and track a face in a picture, we used Firebase ML Kit, a tool that tries to simplify bringing machine learning algorithms to mobile devices. When it comes to face detection and tracking, ML Kit gives us the ability to provide pictures to a FirebaseVisionFaceDetector and then receive callbacks with information about the faces in that picture.

  • Updated Aug 24, 2020
  • Java

Improve this page

Add a description, image, and links to the smile-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smile-detection topic, visit your repo's landing page and select "manage topics."

Learn more