Download the PHP package j45un/ai without Composer
On this page you can find all versions of the php package j45un/ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ai
Recent Releases
v1.6.1
修复百度人脸比对时报错"error_code":222200,"error_msg":"request body should be json format" (2024-5-13)v1.5
添加百度V3完整api(2021-1-14)v1.35
添加百度v3人脸识别API调用(2021-1-14)v1.34
添加百度v3人脸比对API调用(2021-1-12)v1.33
更改composer requirement,适用于Laravel 7(2020-12-9)v1.30
支持腾讯云人脸识别(2018-12-7)v1.20
支持百度图片搜索(2018-8-13)v1.10
支持百度人体分析(2018-8-7)Based On
-
原始代码来自于 huanghe/ai
- 所有API在2018-01-11通过测试
Recent Test
-
所有API在2018-01-11通过测试
Develop documents
Feature
- 统一AI平台SDK调用方法;
- 像查询数据库一样优雅调用API;
- 所传参数和原平台开发文档保持一致,节约开发者学习成本
Support platform(支持的平台)
1.百度AI开放平台
4.腾讯云人脸识别
SimpleTest
- 下载zip包 或者clone本项目
- 进入本项目根目录,执行
composer install
,(包管理工具composer) -
在项目目录
tests->config
下面添加配置文件ai.php
(需要自己到各平台注册获取试用账号),内容如: - 在命令行下进入根目录,执行命令,比如测试腾讯优图人脸识别:
vendor/phpunit/phpunit/phpunit --testdox tests/Youtu/Face/FaceTest.php
Installation
composer require j45un/ai
Usage
1.一般使用
2.Laravel使用
- 项目目录
config
下面添加配置文件ai.php
,配置内容和上文SimpleTest一致 -
一行代码调用人脸检测示例
-
人脸比对代码
-
一行代码调用百度V3人脸检测示例
- 百度V3 FACE支持的API列表
3.Yii2使用
-
在配置文件
params-local.php
添加 - 一行代码调用人脸检测示例
License
Apache License Version 2.0 see Apache License
All versions of ai with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
*
monolog/monolog Version *
guzzlehttp/guzzle Version *
pimple/pimple Version ^3.0
symfony/cache Version *
monolog/monolog Version *
guzzlehttp/guzzle Version *
pimple/pimple Version ^3.0
symfony/cache Version *
The package j45un/ai contains the following files
Loading the files please wait ....