Skip to content

Lonersun/python-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装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 对应服务即可

使用文档

参考官方网站

About

百度AI开放平台 Python SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%