未验证 提交 a10004f5 编写于 作者: Z Zeyu Chen 提交者: GitHub

Update README.md

上级 6966ee65
......@@ -23,10 +23,10 @@ PaddleHub是基于PaddlePaddle框架开发的预训练模型管理工具,可
* Python>=3.5
* PaddlePaddle>=1.3.1
推荐使用pip来安装PaddleHub
pip安装方式如下:
```
pip install paddlehub
```bash
$ pip install paddlehub
```
## 快速体验
......@@ -34,10 +34,10 @@ pip install paddlehub
通过下面的命令,快速体验下PaddleHub的命令行hub run功能
```bash
# 使用百度LAC词法分析工具进行分词
hub run lac --input_text "今天是个好日子"
$ hub run lac --input_text "今天是个好日子"
# 使用百度Senta情感分析模型对句子进行预测
hub run senta --input_text "今天是个好日子"
$ hub run senta --input_text "今天是个好日子"
```
## 深入了解Paddle Hub
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册