Download the PHP package meilunzhi/baidu-ai without Composer

On this page you can find all versions of the php package meilunzhi/baidu-ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package baidu-ai

介绍

百度ai相关API封装 (https://ai.baidu.com/ai-doc)

censor 图像审核服务,对应百度AI开放平台中视觉技术的 图像审核 API

classify 图像识别服务,对应百度AI开放平台中视觉技术的 图像识别 API

process 图像效果增强服务,对应百度AI开放平台中视觉技术的 图像效果增强 API

body 人体分析服务,对应百度AI开放平台中视觉技术的 人体分析 API

face 人脸识别服务,对应百度AI开放平台中视觉技术的 人脸识别 API

ocr 文字识别服务,对应百度AI开放平台中视觉技术的 文字识别 API

nlp 自然语言处理服务,对应百度AI开放平台中的 自然语言 API

speech 自然语言处理服务,对应百度AI开放平台中的 百度语音 API

使用

swoole协程版

curl版

AccessTokenCache.php

人脸识别

人脸

用户

其他

ImageClassify

内容审核

OCR

语音识别

人体分析

Kg

process


All versions of baidu-ai with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version >=1.0
psr/log Version ^1.1
psr/http-message Version ^1.0
psr/simple-cache Version ^1.0
pimple/pimple Version ^3.0
ext-curl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package meilunzhi/baidu-ai contains the following files

Loading the files please wait ....