ExAws.Rekognition
Rekognition uses ex_aws under the hood so you should go through their README for more information on how to setup/configure the project, itβs really easy.
You can check AWS Rekognition documentation for the list of functionalities and available actions.
| Action | Supported |
|---|---|
| CompareFaces | β |
| CreateCollection | β |
| CreateStreamProcessor | π« |
| DeleteCollection | β |
| DeleteFaces | β |
| DeleteStreamProcessor | π« |
| DescribeCollection | β |
| DescribeStreamProcessor | π« |
| DetectFaces | β |
| DetectLabels | π« |
| DetectModerationLabels | π« |
| DetectText | β |
| GetCelebrityInfo | β |
| GetCelebrityRecognition | β |
| GetContentModeration | π« |
| GetFaceDetection | π« |
| GetFaceSearch | π« |
| GetLabelDetection | π« |
| GetPersonTracking | π« |
| IndexFaces | β |
| ListCollections | β |
| ListFaces | β |
| ListStreamProcessors | π« |
| RecognizeCelebrities | π« |
| SearchFaces | β |
| SearchFacesByImage | β |
| StartCelebrityRecognition | β |
| StartContentModeration | π« |
| StartFaceDetection | π« |
| StartFaceSearch | π« |
| StartLabelDetection | π« |
| StartPersonTracking | π« |
| StartStreamProcessor | π« |
| StopStreamProcessor | π« |
Installation
If available in Hex, the package can be installed
by adding ex_aws_rekognition to your list of dependencies in mix.exs:
def deps do
[
{:ex_aws_rekognition, "~> 0.2.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_aws_rekognition/ExAws.Rekognition.html.