makitosan / aws-rekognition-ruby-chunky-png-example

Example usgin aws rekognition via AWS Ruby SDK, w/o rmagick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-rekognition-ruby-chunky-png-example

Example usgin aws rekognition via AWS Ruby SDK, w/o rmagick

This project uses Chunky-PNG for its image processing instead of rmagick.

This project is originally created at https://github.com/makitosan/aws-rekognition-ruby-example which includes rmagick for its dependencies. Rmagick requires imagemagick library, it might cause unexpected issues and not needed for POC of AWS:Rekognition.

REFERENCE

.env FILE

Please put .env file in the project root directory.

AWS_KEY=[YOUR_API_KEY]
AWS_SECRET=[YOUR_API_SECRET]
AWS_REGION=[YOUR_API_REGION]

ACKNOWLEDGEMENT

This repository includes images provided from pakutaso.com . Please read and follow the terms and licence.

About

Example usgin aws rekognition via AWS Ruby SDK, w/o rmagick

License:MIT License


Languages

Language:Ruby 100.0%