Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
darmen committed Jul 29, 2021
1 parent 9dc8eb5 commit c9757e1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## [Unreleased]
## [1.1.0] - 2021-07-29

### Added

* Add `Face` resource
* `Face` resource with methods:
* Detect with stream
* Detect with URL
* Find similar
* Group

## [1.0.1] - 2021-07-27

Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,17 @@ Use the autoloader in your projects:
require 'vendor/autoload.php';
```

## Future plans
- [ ] Face resource
## Next steps
### Face resource
- [x] Detect with stream
- [x] Detect with URL
- [x] Find similar
- [x] Group
- [ ] Identify
- [ ] Verify Face to Face
- [ ] Verify Face to Person

### Other resources
- [x] Face List resource
- [x] Large Face List resource
- [ ] Large Person Group resource
Expand Down
1 change: 1 addition & 0 deletions src/Resources/Face.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public function findSimilarInFaceIdsArray(string $faceId, array $faceIds, int $m
/**
* Divide candidate faces into groups based on face similarity.
*
* @link https://docs.microsoft.com/en-us/rest/api/faceapi/face/group
* @param array $faceIds Array of candidate faceId created by Face - Detect
* @return array
* @throws \GuzzleHttp\Exception\GuzzleException
Expand Down

0 comments on commit c9757e1

Please sign in to comment.