All Projects → coletiv → ex_aws_rekognition

coletiv / ex_aws_rekognition

Licence: MIT license
Package to use AWS Rekognition service

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to ex aws rekognition

Systemd Ngrok
Automatically start ngrok by systemd
Stars: ✭ 241 (+1047.62%)
Mutual labels:  service
SyncBinder
Android Sync Binder
Stars: ✭ 30 (+42.86%)
Mutual labels:  service
pr-www
Portfolio Report Website - the data source for Portfolio Performance
Stars: ✭ 50 (+138.1%)
Mutual labels:  contributions-welcome
das account indexer
DEPRECATED, please use https://github.com/dotbitHQ/das-account-indexer
Stars: ✭ 22 (+4.76%)
Mutual labels:  service
bandmaster
Simple and easily extendable Go library for managing runtime services & dependencies (datastores, APIs, MQs, custom...).
Stars: ✭ 43 (+104.76%)
Mutual labels:  service
SupportEmail
Pre-populates emails with support information in iOS/iPadOS apps
Stars: ✭ 20 (-4.76%)
Mutual labels:  service
Presences
🛒 Storage for Presences located at our Presence Store.
Stars: ✭ 223 (+961.9%)
Mutual labels:  service
dracula-wallpapers
Wallpapers based on the Dracula Theme
Stars: ✭ 242 (+1052.38%)
Mutual labels:  contributions-welcome
SignTools-CI
Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools
Stars: ✭ 145 (+590.48%)
Mutual labels:  service
GDSC LBCE Website
The official website of GDSC LBCE community.
Stars: ✭ 12 (-42.86%)
Mutual labels:  contributions-welcome
react-native-redux-boilerplate
React Native Redux Boiler Plate
Stars: ✭ 38 (+80.95%)
Mutual labels:  service
es-mvc
ESMVC 旨在方便 ElasticSearch 的使用,就行访问数据库一样访问ES,提供了方便的 service, mapper 层。底层支持 TransportClient, RestHighLevelClient 。
Stars: ✭ 20 (-4.76%)
Mutual labels:  service
Molder
BDD steps libraries for test automation databases, web services, and WebUI
Stars: ✭ 16 (-23.81%)
Mutual labels:  service
Nova
OpenStack Compute (Nova). Mirror of code maintained at opendev.org.
Stars: ✭ 2,781 (+13142.86%)
Mutual labels:  service
ServiceCommander-IBMi
Service Commander for IBM i
Stars: ✭ 29 (+38.1%)
Mutual labels:  service
Mistral
Workflow Service for OpenStack. Mirror of code maintained at opendev.org.
Stars: ✭ 233 (+1009.52%)
Mutual labels:  service
ProtocolServiceKit
iOS组件通信中间件(Protocol Service),Adapter Swift/Objective-C
Stars: ✭ 139 (+561.9%)
Mutual labels:  service
hedera-hts-demo
This is a demonstration UI for the Hedera Token Service. Written in JavaScript and Vue.JS
Stars: ✭ 66 (+214.29%)
Mutual labels:  service
Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Stars: ✭ 240 (+1042.86%)
Mutual labels:  contributions-welcome
ssdp-client
The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Stars: ✭ 46 (+119.05%)
Mutual labels:  service

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].