Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 755 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 755 Bytes

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.