Popularity
3.8
Declining
Activity
0.0
Stable
21
4
6

Description

Package to use AWS Rekognition service. You can check AWS Rekognition (https://docs.aws.amazon.com/rekognition/latest/dg/API_Operations.html) documentation for the list of functionalities and available actions.

Monthly Downloads: 5,374
Programming language: Elixir
License: MIT License
Tags: Images     Video     Machine Learning     Elixir     Aws    
Latest version: v0.6.0

ExAws.Rekognition alternatives and similar packages

Based on the "Images" category.
Alternatively, view ExAws.Rekognition alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ExAws.Rekognition or a related project?

Add another 'Images' Package

README

ExAws.Rekognition

Hex.pm version Build Docs

Hex.pm downloads Hex.pm weekly downloads Hex.pm daily downloads

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

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.6.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/ex_aws_rekognition/ExAws.Rekognition.html.