python-sdk

百度AI开放平台 Python SDK

Github stars Tracking Chart

安装Python SDK

目录结构

    ├── aip                   // SDK目录
    │   ├── __init__.py       // 导出类
    │   ├── base.py           // aip基类
    │   ├── speech.py         // 语音
    │   ├── face.py           // 人脸
    │   ├── ocr.py            // OCR
    │   ├── nlp.py            // NLP
    │   ├── kg.py             // 知识图谱
    │   ├── imagecensor.py    // 图像审核
    │   ├── imageclassify.py  // 图像识别
    │   └── imagesearch.py    // 图像搜索
    └── setup.py              //setuptools安装

支持 Python版本:2.7.+ ,3.+

安装步骤如下:

  1. pip install git+https://github.com/Baidu-AIP/python-sdk.git@master

  2. from aip import 对应服务即可

使用文档

参考官方网站

Overview

Name With OwnerBaidu-AIP/python-sdk
Primary LanguagePython
Program languagePython (Language Count: 1)
Platform
License:Apache License 2.0
Release Count2
Last Release Name2.2.12 (Posted on )
First Release Name2.2.11 (Posted on )
Created At2017-09-08 07:12:32
Pushed At2021-08-26 06:07:32
Last Commit At2019-06-20 16:03:53
Stargazers Count326
Watchers Count24
Fork Count141
Commits Count20
Has Issues Enabled
Issues Count11
Issue Open Count3
Pull Requests Count0
Pull Requests Open Count4
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top