Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 598 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 598 Bytes

Smile-Detection

Android Library to detect user's awesome smile 😉

Overview

Smile Detection is an android library which uses mobile camera to detect user's smile and capture it automatically

Requirements

To be able to integrate the library to your code you only have to add the library to build.gradle app level file

  implementation 'com.github.LobnaMazhar:Smile-Detection:smile-detection-v{latest-version}'

and you just start it by calling

  startActivity(Intent(this, SmileActivity::class.java))

Tools

Coded in Kotlin language.

Using CameraX.

Using Google MLKit.