Skip to content

coletiv/ex_aws_rekognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.