Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
husaynhakeem committed Jun 27, 2018
2 parents d3eafa6 + f0d0570 commit 6fae0aa
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Android face detector
# Face detector
[![](https://jitpack.io/v/husaynhakeem/android-face-detector.svg)](https://jitpack.io/#husaynhakeem/android-face-detector)


![alt text](https://github.com/husaynhakeem/android-face-detector/blob/master/app/src/main/res/drawable/ic_launcher.png)

Expand All @@ -7,6 +9,9 @@ Face detector is a face detection Android library which can be easily plugged in
Face detector is built on top of Firebase ML Kit's face detection API.


## Related article


## Usage

Three easy steps:
Expand Down Expand Up @@ -42,7 +47,8 @@ cameraView.addFrameProcessor {
data = it.data,
rotation = it.rotation,
size = Size(it.size.width, it.size.height),
format = it.format))
format = it.format,
isCameraFacingBack = cameraView.facing))
}
```

Expand All @@ -61,11 +67,8 @@ allprojects {
```
2. Add the dependency
```groovy
implementation 'com.github.husaynhakeem:android-face-detector:v1.0-beta'
implementation 'com.github.husaynhakeem:android-face-detector:v1.0'
```


## Related article


## Demo

0 comments on commit 6fae0aa

Please sign in to comment.