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.
-
mogrify
Image processing in Elixir (ImageMagick command line wrapper) -
cloudex
An elixir library which helps with uploading image files or urls to cloudinary -
exexif
Pure elixir library to extract tiff and exif metadata from jpeg files -
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. -
thumbnex
Elixir library to create thumbnails from images and video screenshots. -
imgex
An Elixir client library for generating image URLs with imgix -
identicon
An Elixir library for generating GitHub-like identicons -
elixir_exif
Parse exif tags and thumbnail data from jpeg files. -
eikon
Eikōn is an Elixir library providing a read-only interface for image files. -
gi
Gi is a library for manipulating Graphics Interfacing. Use utility mogrify, identify, ... of GraphicsMagick to resize, draw on base images....
Elixir and Phoenix Application Security Platform
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.