https://github.com/humanmade/aws-rekognition
A lightweight plugin to add keywords to WordPress image uploads via automatic feature detection. Requires S3 Uploads.
https://github.com/humanmade/aws-rekognition
Last synced: 12 months ago
JSON representation
A lightweight plugin to add keywords to WordPress image uploads via automatic feature detection. Requires S3 Uploads.
- Host: GitHub
- URL: https://github.com/humanmade/aws-rekognition
- Owner: humanmade
- Created: 2017-12-15T16:36:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T15:23:43.000Z (over 1 year ago)
- Last Synced: 2025-07-11T07:30:11.868Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 59
- Watchers: 24
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AWS Rekognition
A lightweight plugin to add keywords to WordPress image uploads via automatic feature detection. Requires S3 Uploads.
A Human Made project. Maintained by @joehoyle.
AWS Rekognition can auto detect image features, providing automatic labeling of uploaded image files. This is then used to enhance the WordPress media library search.
### Demo

### Usage
By default the plugin assumes you have created an AWS access key that has permission to access the Rekognition service.
The default region is `us-east-1`.
Configure the client by defining the following constants:
```php