Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 515 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 515 Bytes

MLKitTestApp

A sample app to test the capabilities of Firebase MLKit in app features.

For now the has one single Activity:

SmileDetectionActivity

As the name suggests this Activity is responsible for detecting smiles in a picture.

One can either take a picture right there or select one from the gallery.

The picture must be in the vertical position in order to the detector to work.

More soon :)