A face detection app that can analyze images using the Firebase ML kit. The app can detect smiley faces 😊from non-smiley faces 😠and return the probability that a face is smiling or not. 0.9 > means a face is smiling and ~0.00 means face is not smiling.
- Get the source code
git clone https://github.com/mmohamedali/FaceDetection
-
Configure the variable
NDK_ROOTto point to your Android NDK installation path atjni/build.sh. -
Open the project with Android Studio, let it build the project and hit Run