• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

tencent-ai: 腾讯AI开放平台 SDK

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

tencent-ai

开源软件地址:

https://gitee.com/justmd5/tencent-ai

开源软件介绍:

腾讯AI开放平台 SDK

Tencent AI open platform sdk

styleciPHP from PackagistGitHub starsLatest Stable VersionLatest Unstable Version License

Special thanks to the generous sponsorship by:



Requirement

  1. PHP >= 7.0
  2. Composer
  3. ext-curl 拓展
  4. ext-json 拓展

安装

composer require justmd5/tencent-ai

使用

$config  = [    'appKey'    => '1106944xxx',    'appSecret' => 'dsgnbnWnX8Yxxxxxx',    'debug'     => true,//true show debug info ];$AI      = new \Justmd5\TencentAi\Ai($config);

接口调用示例

智能闲聊 url: https://api.ai.qq.com/fcgi-bin/nlp/nlp_textchat请求示例1:

$params = ['question'=>'腾讯人工智能','session'=>123,];try {    dd($AI->nlp->request('textchat', $params));} catch (\Justmd5\TencentAi\Exception\NotFoundException $e) {    dd($e);}

看图说话 url: https://api.ai.qq.com/fcgi-bin/vision/vision_imgtotext请求示例2:

$params = [//image 支持两种传递参数方式//  'image'      => base64_encode(file_get_contents(__DIR__ . '/1571126902_843200.jpg')),//old    'image'      => __DIR__ . '/1571126902_843200.jpg',//new     'session_id' => time(),];try {    var_dump($AI->vision->request('imgtotext', $params));} catch (\Justmd5\TencentAi\Exception\NotFoundException $e) {    print_r($e->getMessage());} catch (\Justmd5\TencentAi\Exception\IllegalParameterException $e) {    print_r($e->getMessage());}

文档

Tencent AI · Official Documents

帮助

qq群

Todo

  • parameter verify

Stargazers over time

Stargazers over time

感谢

源码列表

SDK 联系人 QQ语言实现接口源代码&SDK 地址
783021975JAVAALLhttps://gitee.com/xshuai/taip
1361653339GolangALLhttps://github.com/shiguanghuxian/txai
1280827369NodeJS
非全部接口实现
https://github.com/w89612b/qqai-api-sdk
1109527533Python
非全部接口实现(完善中)
https://gitee.com/french-home/TencentAISDK
1928881525.NET(C#)
OCR接口实现人脸模块接口实现
https://gitee.com/ch_1928881525/Tentcent.Ai
910139966PHPALLhttps://github.com/justmd5/tencent-ai

License

MIT

FOSSA Status


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap