承接 humanmade/aws-rekognition 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

humanmade/aws-rekognition

最新稳定版本:0.1.10

Composer 安装命令:

composer require humanmade/aws-rekognition

包简介

Detect labels, faces, celebrities, and text in images automatically for easy searching and alt text generation.

README 文档

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

picture

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.

Features

Label detection

Moderation label detection

Face detection

Celebrity recognition

Text detection

统计信息

  • 总下载量: 201.57k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 60
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 59
  • Watchers: 22
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2018-10-16