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.
- Host: GitHub
- URL: https://github.com/sonhm3029/facedetector-android-mlkit
- Owner: sonhm3029
- Created: 2023-08-27T13:45:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T13:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T01:24:08.860Z (4 months ago)
- Language: Java
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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