https://github.com/toyama0919/embulk-filter-amazon_rekognition
https://github.com/toyama0919/embulk-filter-amazon_rekognition
amazon-rekognition aws embulk image-recognition
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyama0919/embulk-filter-amazon_rekognition
- Owner: toyama0919
- License: mit
- Created: 2017-01-31T01:12:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T08:44:19.000Z (about 8 years ago)
- Last Synced: 2024-10-13T08:13:04.098Z (7 months ago)
- Topics: amazon-rekognition, aws, embulk, image-recognition
- Language: Ruby
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Amazon Rekognition filter plugin for Embulk
* [Amazon Rekognition \| AWS](https://aws.amazon.com/jp/rekognition/)
* [Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning \| AWS Blog](https://aws.amazon.com/jp/blogs/aws/amazon-rekognition-image-detection-and-recognition-powered-by-deep-learning/)
* [Class: Aws::Rekognition::Client — AWS SDK for Ruby V2](https://docs.aws.amazon.com/sdkforruby/api/Aws/Rekognition/Client.html)## Overview
* **Plugin type**: filter
## Configuration
- **api_type**: api_type. detect_faces or detect_labels.(string)
- **out_key_name**: out_key_name(string)
- **image_path_key_name**: image_path_key_name(string)
- **delay**: delay(integer, default: 0)
- **aws_access_key_id**: aws_access_key_id(string, default: nil)
- **aws_region**: aws_region(string, default: 'us-east-1')## Example
```yaml
filters:
- type: amazon_rekognition
api_type: detect_labels
out_key_name: amazon_rekognition_info
image_path_key_name: image_path
```## Build
```
$ rake
```