Download the PHP package ctexthuang/aip_sdk without Composer
On this page you can find all versions of the php package ctexthuang/aip_sdk. 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 aip_sdk
Baidu AIP SDK for PHP
This is a PHP SDK for Baidu AI Platform (Baidu AIP).
Installation
You can install the package via composer:
Usage
Initialization
All AI services use the same initialization method. You need to obtain the App ID, API Key, and Secret Key from the Baidu AI Console.
Available Services
The SDK supports the following services. Replace AipFace with the corresponding class name to use other services.
- Face Recognition:
ctexthuang\aip_sdk\AipFace - OCR (Optical Character Recognition):
ctexthuang\aip_sdk\AipOcr - NLP (Natural Language Processing):
ctexthuang\aip_sdk\AipNlp - Image Content Censor:
ctexthuang\aip_sdk\AipImageCensor - Text Content Censor:
ctexthuang\aip_sdk\AipContentCensor - Image Classification:
ctexthuang\aip_sdk\AipImageClassify - Image Search:
ctexthuang\aip_sdk\AipImageSearch - Image Processing:
ctexthuang\aip_sdk\AipImageProcess - Speech Recognition:
ctexthuang\aip_sdk\AipSpeech - Body Analysis:
ctexthuang\aip_sdk\AipBodyAnalysis - Knowledge Graph:
ctexthuang\aip_sdk\AipKg
Example: Face Detection
Example: OCR General Basic
License
MIT
All versions of aip_sdk with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
ext-curl Version *
ext-curl Version *
The package ctexthuang/aip_sdk contains the following files
Loading the files please wait ...