This repository contains a simple Android application that implements Google firebase MLKit(Machine learning kit) to face detection.
To avoid complication i used JAVA 8 and not implemented any architecture pattern (MVP or MVVM).
Otherwise you can get a MVVM/Kotlin and LiveData simple project with follow my other sample project.
Mulight, a simple MVVM/Kotlin/LiveData/RX pattern in Android
First commit.
- Add: Detect facial expression added.
First commit.
- Add: Add monitor eye opening status for each eye.
- Fix: Output image position fixed.
- Add: Save image in internal storage to avoid get extra permission.
First commit.
- Add: Detect Face located in frame.
- Add: Capture image added.
- Add: ImageViewer activity added.
First commit.
- Add: Get position of detected face and compare with Face Frame position.
- Add: Detect face located in true position and send the status with interfaces to Activity.
First commit.
- Add: MainActivity with detect faces added.
- Add: FaceDetection Processor added.
First commit.
- Add: Firebase ML Vision added
AmirHossein Teymoori
teymoori.net@gmail.com