Title: WP Rekogni
Author: Kazuto Takeshita
Published: <strong>August 26, 2017</strong>
Last modified: August 30, 2017

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-rekogni/assets/icon-256x256.png?rev=1721694)

# WP Rekogni

 By [Kazuto Takeshita](https://profiles.wordpress.org/mt8biz/)

[Download](https://downloads.wordpress.org/plugin/wp-rekogni.1.0.2.zip)

 * [Details](https://wordpress.org/plugins/wp-rekogni/#description)
 * [Reviews](https://wordpress.org/plugins/wp-rekogni/#reviews)
 *  [Installation](https://wordpress.org/plugins/wp-rekogni/#installation)
 * [Development](https://wordpress.org/plugins/wp-rekogni/#developers)

 [Support](https://wordpress.org/support/plugin/wp-rekogni/)

## Description

Assign Tags to Posts By Amazon Image Rekognition

### How to use

 1. Setting your AWS IAM User information on page of “WP Rekogni”
 2. Select the post you want to assign tags and perform bulk editing.

### AWS IAM Policy Example

    ```
    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Effect": "Allow",
                "Action": [
                    "rekognition:DetectLabels"
                ],
                "Resource": "*"
            }
        ]
    }
    ```

### Filters

 1. wp_rekogni_assign_setting : This filter can manage taxonomies that can be assigned
    to post types. The default is post and post_tag.
 2. wp_rekogni_MaxLabels : This filter can change the number of Amazon Rekognition 
    results.
 3. wp_rekogni_MinConfidence : This filter is used to adjust the confidence of labels.

## Screenshots

 * [[
 * Input Your AWS IAM settings.
 * [[
 * Select the post you want to assign tags and perform bulk editing.

## Installation

 1. Upload `wp-rekogni.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

  Installation Instructions

 1. Upload `wp-rekogni.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP Rekogni” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Kazuto Takeshita ](https://profiles.wordpress.org/mt8biz/)
 *   [ Atsushi Ando ](https://profiles.wordpress.org/next-season/)

[Translate “WP Rekogni” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-rekogni)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-rekogni/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wp-rekogni/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/wp-rekogni/) by 
[RSS](https://plugins.trac.wordpress.org/log/wp-rekogni/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * First release

#### 1.0.1

 * Mod readme.txt, Fix check setting

#### 1.0.2

 * Add some assets

## Meta

 *  Version **1.0.2**
 *  Last updated **9 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.8 or higher **
 *  Tested up to **4.8.28**
 * Tags
 * [aws](https://wordpress.org/plugins/tags/aws/)[tags](https://wordpress.org/plugins/tags/tags/)
 *  [Advanced View](https://wordpress.org/plugins/wp-rekogni/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-rekogni/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-rekogni/reviews/)

## Contributors

 *   [ Kazuto Takeshita ](https://profiles.wordpress.org/mt8biz/)
 *   [ Atsushi Ando ](https://profiles.wordpress.org/next-season/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-rekogni/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://mt8.biz)