使用的是百度AI平台,需申请百度AI开放平台帐号
##要求
- PHP版本: 7.1+
- laravel版本:5.5+
composer require jourdon/ai
php artisan vendor:publish --provider="Ai\ServiceProvider"
#百度应用列表中的appid
BAIDU_SEARCH_APP_ID=
#百度应用的API Key
BAIDU_SEARCH_API_KEY=
#百度应用的Secret Key
BAIDU_SEARCH_SECRET_KEY=
- same 相同图检索
- similar 相似图检
- product 商品检索
- add 入库
- search 检索
- delete 删除
- update 更新
app('ai')
//图片文件或图片 URL
->select($path)
//API类型 方法类型
->where('product','search')
//可选参数 参考官方文档
->options($options)
->get(10);