Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
husaynhakeem authored Jun 25, 2018
1 parent 0e7c7ee commit 58d32c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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 +45,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 +65,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 58d32c3

Please sign in to comment.