diff --git a/README.md b/README.md index 870f2f587f35ba1526c49f58698ae4db17ff0f81..dfd37eb32e9f380918df5823bae1c68e54204d07 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,11 @@ Here, `client.predict` function has two arguments. `feed` is a `python dict` wit - [An End-to-end tutorial from training to inference service deployment](doc/TRAIN_TO_SERVICE.md) - [Write Bert-as-Service in 10 minutes](doc/BERT_10_MINS.md) +### Tutorial at AIStudio +- [Introduction to PaddleServing](https://aistudio.baidu.com/aistudio/projectdetail/605819) +- [Image Segmentation on Paddle Serving](https://aistudio.baidu.com/aistudio/projectdetail/457715) +- [Sentimental Analysis](https://aistudio.baidu.com/aistudio/projectdetail/509014) + ### Developers - [How to config Serving native operators on server side?](doc/SERVER_DAG.md) - [How to develop a new Serving operator?](doc/NEW_OPERATOR.md) diff --git a/README_CN.md b/README_CN.md index 6317a79513a3d5e3247d249885d8bfe06de0e1c9..e00f81b059f2b195149f23a5f465262666647664 100644 --- a/README_CN.md +++ b/README_CN.md @@ -169,6 +169,11 @@ print(fetch_map) - [端到端完成从训练到部署全流程](doc/TRAIN_TO_SERVICE_CN.md) - [十分钟构建Bert-As-Service](doc/BERT_10_MINS_CN.md) +### AIStudio教程 +- [PaddleServing作业](https://aistudio.baidu.com/aistudio/projectdetail/605819) +- [PaddleServing图像分割](https://aistudio.baidu.com/aistudio/projectdetail/457715) +- [PaddleServing情感分析](https://aistudio.baidu.com/aistudio/projectdetail/509014) + ### 开发者教程 - [如何配置Server端的计算图?](doc/SERVER_DAG_CN.md) - [如何开发一个新的General Op?](doc/NEW_OPERATOR_CN.md) diff --git a/python/examples/blazeface/README.md b/python/examples/blazeface/README.md index f569841ce4a3ae69b1ff16041f7fb7d4617177f7..6f9d3c5adab5f3275989479078cb4329d14589fd 100644 --- a/python/examples/blazeface/README.md +++ b/python/examples/blazeface/README.md @@ -3,7 +3,7 @@ ## Get Model ``` python -m paddle_serving_app.package --get_model blazeface -tar -xzvf blazeface.tar.gz +tar -xf blazeface.tar.gz ``` ## RPC Service