腾讯云图像分析之图像搜索相关实战 DEMO
1、创建图片库
2、向图片库中上传图片
3、搜索对应图片库中相似的图片,按照图片的相似度返回图片列表数据
composer require tencentcloud/tencentcloud-sdk-php
https://cloud.tencent.com/document/api/865/63488
1、配置参数
SecretId【 tencentSearchImageService.php:19 】
SecretKey【 tencentSearchImageService.php:20 】
2、必须环境:php version >= 7.0
3、入口文件: index.php