https://github.com/coletiv/ex_aws_rekognition
Package to use AWS Rekognition service
https://github.com/coletiv/ex_aws_rekognition
aws-rekognition contributions-welcome elixir hacktoberfest open-source service
Last synced: 12 months ago
JSON representation
Package to use AWS Rekognition service
- Host: GitHub
- URL: https://github.com/coletiv/ex_aws_rekognition
- Owner: coletiv
- License: mit
- Created: 2019-04-04T13:38:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T16:41:18.000Z (over 2 years ago)
- Last Synced: 2025-06-09T04:40:49.217Z (about 1 year ago)
- Topics: aws-rekognition, contributions-welcome, elixir, hacktoberfest, open-source, service
- Language: Elixir
- Homepage: https://hex.pm/packages/ex_aws_rekognition
- Size: 837 KB
- Stars: 21
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ExAws.Rekognition
[](https://hex.pm/packages/ex_aws_rekognition)
[](https://hexdocs.pm/ex_aws_rekognition/ExAws.Rekognition.html)
[](https://hex.pm/packages/ex_aws_rekognition)
[](https://hex.pm/packages/ex_aws_rekognition)
[](https://hex.pm/packages/ex_aws_rekognition)
Rekognition uses [ex_aws](https://github.com/ex-aws/ex_aws) under the hood so you should go through their [README](https://github.com/ex-aws/ex_aws/blob/master/README.md) for more information on how to setup/configure the project, it's really easy.
You can check [AWS Rekognition documentation](https://docs.aws.amazon.com/rekognition/latest/dg/API_Operations.html) for the list of functionalities and available actions.
| Action | Supported |
| ----------------------------------------------------------------------------------------------------------------- | --------- |
| [CompareFaces](https://docs.aws.amazon.com/rekognition/latest/dg/API_CompareFaces.html) | ✅ |
| [CreateCollection](https://docs.aws.amazon.com/rekognition/latest/dg/API_CreateCollection.html) | ✅ |
| [CreateStreamProcessor](https://docs.aws.amazon.com/rekognition/latest/dg/API_CreateStreamProcessor.html) | ✅ |
| [DeleteCollection](https://docs.aws.amazon.com/rekognition/latest/dg/API_DeleteCollection.html) | ✅ |
| [DeleteFaces](https://docs.aws.amazon.com/rekognition/latest/dg/API_DeleteFaces.html) | ✅ |
| [DeleteStreamProcessor](https://docs.aws.amazon.com/rekognition/latest/dg/API_DeleteStreamProcessor.html) | ✅ |
| [DescribeCollection](https://docs.aws.amazon.com/rekognition/latest/dg/API_DescribeCollection.html) | ✅ |
| [DescribeStreamProcessor](https://docs.aws.amazon.com/rekognition/latest/dg/API_DescribeStreamProcessor.html) | ✅ |
| [DetectFaces](https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectFaces.html) | ✅ |
| [DetectLabels](https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectLabels.html) | ✅ |
| [DetectModerationLabels](https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectModerationLabels.html) | ✅ |
| [DetectText](https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectText.html) | ✅ |
| [GetCelebrityInfo](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetCelebrityInfo.html) | ✅ |
| [GetCelebrityRecognition](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetCelebrityRecognition.html) | ✅ |
| [GetContentModeration](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetContentModeration.html) | ✅ |
| [GetFaceDetection](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetFaceDetection.html) | ✅ |
| [GetFaceSearch](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetFaceSearch.html) | ✅ |
| [GetLabelDetection](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetLabelDetection.html) | ✅ |
| [GetPersonTracking](https://docs.aws.amazon.com/rekognition/latest/dg/API_GetPersonTracking.html) | ✅ |
| [IndexFaces](https://docs.aws.amazon.com/rekognition/latest/dg/API_IndexFaces.html) | ✅ |
| [ListCollections](https://docs.aws.amazon.com/rekognition/latest/dg/API_ListCollections.html) | ✅ |
| [ListFaces](https://docs.aws.amazon.com/rekognition/latest/dg/API_ListFaces.html) | ✅ |
| [ListStreamProcessors](https://docs.aws.amazon.com/rekognition/latest/dg/API_ListStreamProcessors.html) | ✅ |
| [RecognizeCelebrities](https://docs.aws.amazon.com/rekognition/latest/dg/API_RecognizeCelebrities.html) | ✅ |
| [SearchFaces](https://docs.aws.amazon.com/rekognition/latest/dg/API_SearchFaces.html) | ✅ |
| [SearchFacesByImage](https://docs.aws.amazon.com/rekognition/latest/dg/API_SearchFacesByImage.html) | ✅ |
| [StartCelebrityRecognition](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartCelebrityRecognition.html) | ✅ |
| [StartContentModeration](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartContentModeration.html) | ✅ |
| [StartFaceDetection](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartFaceDetection.html) | ✅ |
| [StartFaceSearch](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartFaceSearch.html) | ✅ |
| [StartLabelDetection](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartLabelDetection.html) | ✅ |
| [StartPersonTracking](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartPersonTracking.html) | ✅ |
| [StartStreamProcessor](https://docs.aws.amazon.com/rekognition/latest/dg/API_StartStreamProcessor.html) | ✅ |
| [StopStreamProcessor](https://docs.aws.amazon.com/rekognition/latest/dg/API_StopStreamProcessor.html) | ✅ |
## Installation
The package can be installed by adding `ex_aws_rekognition` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_aws_rekognition, "~> 0.6.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/ex_aws_rekognition/ExAws.Rekognition.html](https://hexdocs.pm/ex_aws_rekognition/ExAws.Rekognition.html).