Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added english text. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
# 安装Python SDK
# 安装(Installation) Python SDK

## 目录结构
## 目录结构(Directory Structure)
```
├── aip // SDK目录
│ ├── __init__.py // 导出类
│ ├── base.py // aip基类
│ ├── speech.py // 语音
│ ├── face.py // 人脸
├── aip // SDK目录 (SDK Table of contents)
│ ├── __init__.py // 导出类 (Export class)
│ ├── base.py // aip基类 (aip base class)
│ ├── speech.py // 语音 (Voice)
│ ├── face.py // 人脸 (human face)
│ ├── ocr.py // OCR
│ ├── nlp.py // NLP
│ ├── kg.py // 知识图谱
│ ├── imagecensor.py // 图像审核
│ ├── imageclassify.py // 图像识别
│ └── imagesearch.py // 图像搜索
└── setup.py //setuptools安装
│ ├── kg.py // 知识图谱 (Knowledge Graph)
│ ├── imagecensor.py // 图像审核 (Image Review)
│ ├── imageclassify.py // 图像识别 (Image Identification)
│ └── imagesearch.py // 图像搜索 (Image Search)
└── setup.py //setuptools安装 (setup tools installation)
```

**支持 Python版本:2.7.+ ,3.+**
**支持 Python版本(Version):2.7.+ ,3.+**

**安装步骤如下:**
**The installation steps are as follows:**

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

2. ``` from aip import 对应服务 ```即可


# 使用文档
# 使用文档 (Use Documentation)

参考[官方网站](http://ai.baidu.com/docs#/Begin/top)
Reference: [Official website] (http://ai.baidu.com/docs#/Begin/top)