/face-ml

This is an android implementation for face detection and landmark detection using mediapipe tflite models

Primary LanguageJavaApache License 2.0Apache-2.0

face-ml

This repository is an android implementation for FaceDetection and FaceMesh modules that uses MediaPipe tflite models.
Since mediapipe android dependencies have big sizes, this implementation will help to reduce size of the final application.

This module Approximately add 7.5 mb to project in total.

Refrences

MediaPipe
BlazeFace

License

The original mediapipe was distributed under the Apache 2.0 License, and so is this. I've tried to keep the original copyright and author credits in place.