Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaitsev committed Jul 12, 2017
1 parent 01a8489 commit 7d60c4c
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FaceDetector is:
- detects faces
- works on Android
- very simple to use
- comes with (https://github.com/Fotoapparat/Fotoapparat)[Fotoapparat] integration (but you can use it with whatever you like)
- comes with [Fotoapparat](https://github.com/Fotoapparat/Fotoapparat) integration (but you can use it with whatever you like)
- with a C++ core which can easily be ported to iOS (we have plans for that)

## How it works
Expand Down Expand Up @@ -71,5 +71,32 @@ And you are good to go!
Add dependency to your `build.grade`

```groovy
repositories {
maven {
url "http://dl.bintray.com/fotoapparat/fotoapparat"
}
}
compile 'io.fotoapparat:facedetector:1.0.0'
// If you are using Fotoapparat add this one as well
compile 'io.fotoapparat.fotoapparat:library:1.1.0'
```

## License

```
Copyright 2017 Fotoapparat
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0 comments on commit 7d60c4c

Please sign in to comment.