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.
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.
-
ex_image_info
ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats. -
png
A pure Erlang library for creating PNG images. It can currently create 8 and 16 bit RGB, RGB with alpha, indexed, grayscale and grayscale with alpha images. -
gi
Gi is a library for manipulating Graphics Interfacing. Use utility mogrify, identify, ... of GraphicsMagick to resize, draw on base images....
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of ExAws.Rekognition or a related project?
README
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.
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.