humanmade / aws-rekognition
Detect labels, faces, celebrities, and text in images automatically for easy searching and alt text generation.
Installs: 150 880
Dependents: 2
Suggesters: 0
Security: 0
Stars: 57
Watchers: 25
Forks: 6
Open Issues: 7
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-10-20 15:58:57 UTC
README
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 define( 'AWS_REKOGNITION_REGION', 'eu-west-1' ); define( 'AWS_REKOGNITION_KEY', '*************' ); define( 'AWS_REKOGNITION_SECRET', '*************' );
If using the plugin on AWS servers and have an instance profile with permissions to use Rekognition set up you can omit defining the key and secret constants.