An open API service indexing awesome lists of open source software.

https://github.com/sonhm3029/facedetector-android-mlkit

This project implent face detection with mlkit on andorid device.
https://github.com/sonhm3029/facedetector-android-mlkit

Last synced: 3 months ago
JSON representation

This project implent face detection with mlkit on andorid device.

Awesome Lists containing this project

README

        

# FaceDetector-Android-Mlkit
This project implent face detection with mlkit on andorid device.

## Used tech

- CameraX
- [Mlkit](https://developers.google.com/ml-kit/vision/face-detection/android#using-a-bytebuffer-or-bytearray)

## How to run

Clone project

```cmd
git clone https://github.com/sonhm3029/FaceDetector-Android-Mlkit.git
```

Open project in android studio -> Sync project with gradle file -> Build and run