提交 8a449ee4 编写于 作者: T TeslaZhao

Update doc

上级 ac9f709a
...@@ -39,7 +39,6 @@ The goal of Paddle Serving is to provide high-performance, flexible and easy-to- ...@@ -39,7 +39,6 @@ The goal of Paddle Serving is to provide high-performance, flexible and easy-to-
<h2 align="center">Tutorial</h2> <h2 align="center">Tutorial</h2>
***
- AIStudio tutorial(Chinese) : [Paddle Serving服务化部署框架](https://www.paddlepaddle.org.cn/tutorials/projectdetail/1555945) - AIStudio tutorial(Chinese) : [Paddle Serving服务化部署框架](https://www.paddlepaddle.org.cn/tutorials/projectdetail/1555945)
...@@ -50,7 +49,6 @@ The goal of Paddle Serving is to provide high-performance, flexible and easy-to- ...@@ -50,7 +49,6 @@ The goal of Paddle Serving is to provide high-performance, flexible and easy-to-
<h2 align="center">Documentation</h2> <h2 align="center">Documentation</h2>
***
> Set up > Set up
...@@ -73,31 +71,32 @@ The first step is to call the model save interface to generate a model parameter ...@@ -73,31 +71,32 @@ The first step is to call the model save interface to generate a model parameter
- [Guide for RESTful/gRPC/bRPC APIs](doc/HTTP_SERVICE_CN.md) - [Guide for RESTful/gRPC/bRPC APIs](doc/HTTP_SERVICE_CN.md)
- [Infer on quantizative models](doc/LOW_PRECISION_DEPLOYMENT_CN.md) - [Infer on quantizative models](doc/LOW_PRECISION_DEPLOYMENT_CN.md)
- [Data format of classic models](doc/PROCESS_DATA.md) - [Data format of classic models](doc/PROCESS_DATA.md)
- [C++ Serving](doc/C++DESIGN_CN) - [C++ Serving](doc/C++Serving/Introduction_EN.md)
- [Hot loading models](doc/HOT_LOADING_IN_SERVING_CN.md) - [Hot loading models](doc/C++Serving/Hot_Loading_EN.md)
- [A/B Test](doc/ABTEST_IN_PADDLE_SERVING_CN.md) - [A/B Test](doc/C++Serving/ABTest_EN.md)
- [Analyze and optimize performance]() - [Encryption](doc/C++Serving/Encryption_EN.md)
- [Analyze and optimize performance(Chinese)](doc/C++Serving/Performance_Tuning_CN.md)
- [Benchmark(Chinese)](doc/C++Serving/Benchmark_CN.md)
- [Python Pipeline](doc/python_server/PIPELINE_SERVING_CN.md) - [Python Pipeline](doc/python_server/PIPELINE_SERVING_CN.md)
- [Analyze and optimize performance]() - [Analyze and optimize performance](doc/python_server/PIPELINE_SERVING_CN.md)
- [Benchmark(Chinese)](doc/python_server/BENCHMARKING_GPU.md)
- [Client SDK]() - [Client SDK]()
- [Python SDK](doc/PYTHON_SDK_CN.md) - [Python SDK](doc/PYTHON_SDK_CN.md)
- [JAVA SDK](doc/JAVA_SDK.md) - [JAVA SDK](doc/JAVA_SDK.md)
- [C++ SDK](doc/C++_SDK_CN.md) - [C++ SDK](doc/C++_SDK_CN.md)
- [Large-scale sparse parameter server](doc/CUBE_LOCAL_CN.md) - [Large-scale sparse parameter server](doc/CUBE_LOCAL_EN.md)
- [FAQ](doc/FAQ.md)
<br> <br>
> Developers > Developers
For Paddle Serving developers, we provide extended documents such as custom OP, level of detail(LOD) processing and performance indicators. For Paddle Serving developers, we provide extended documents such as custom OP, level of detail(LOD) processing.
- [Custom Operators](doc/NEW_OPERATOR.md) - [Custom Operators](doc/OP_EN.md)
- [Processing LOD Data](doc/LOD_CN.md) - [Processing LOD Data](doc/LOD_EN.md)
- [Benchmarks(Chinese)](doc/BENCHMARKING_GPU.md) - [FAQ(Chinese)](doc/FAQ.md)
<h2 align="center">Model Zoo</h2> <h2 align="center">Model Zoo</h2>
***
Paddle Serving works closely with the Paddle model suite, and implements a large number of service deployment examples, including image classification, object detection, language and text recognition, Chinese part of speech, sentiment analysis, content recommendation and other types of examples, for a total of 42 models. Paddle Serving works closely with the Paddle model suite, and implements a large number of service deployment examples, including image classification, object detection, language and text recognition, Chinese part of speech, sentiment analysis, content recommendation and other types of examples, for a total of 42 models.
...@@ -119,8 +118,6 @@ For more model examples, read [Model Library](doc/Model_Zoo_CN.md) ...@@ -119,8 +118,6 @@ For more model examples, read [Model Library](doc/Model_Zoo_CN.md)
<h2 align="center">Community</h2> <h2 align="center">Community</h2>
***
If you want to communicate with developers and other users? Welcome to join us, join the community through the following methods below. If you want to communicate with developers and other users? Welcome to join us, join the community through the following methods below.
### Wechat ### Wechat
......
...@@ -39,8 +39,6 @@ Paddle Serving依托深度学习框架PaddlePaddle旨在帮助深度学习开发 ...@@ -39,8 +39,6 @@ Paddle Serving依托深度学习框架PaddlePaddle旨在帮助深度学习开发
<h2 align="center">教程</h2> <h2 align="center">教程</h2>
***
- AIStudio教程-[Paddle Serving服务化部署框架](https://www.paddlepaddle.org.cn/tutorials/projectdetail/1555945) - AIStudio教程-[Paddle Serving服务化部署框架](https://www.paddlepaddle.org.cn/tutorials/projectdetail/1555945)
- 视频教程-[深度学习服务化部署-以互联网应用为例](https://aistudio.baidu.com/aistudio/course/introduce/19084) - 视频教程-[深度学习服务化部署-以互联网应用为例](https://aistudio.baidu.com/aistudio/course/introduce/19084)
...@@ -71,31 +69,29 @@ Paddle Serving依托深度学习框架PaddlePaddle旨在帮助深度学习开发 ...@@ -71,31 +69,29 @@ Paddle Serving依托深度学习框架PaddlePaddle旨在帮助深度学习开发
- [RESTful/gRPC/bRPC API指南](doc/HTTP_SERVICE_CN.md) - [RESTful/gRPC/bRPC API指南](doc/HTTP_SERVICE_CN.md)
- [低精度推理](doc/LOW_PRECISION_DEPLOYMENT_CN.md) - [低精度推理](doc/LOW_PRECISION_DEPLOYMENT_CN.md)
- [常见模型数据处理](doc/PROCESS_DATA.md) - [常见模型数据处理](doc/PROCESS_DATA.md)
- [C++ Serving简介](doc/C++DESIGN_CN) - [C++ Serving简介](doc/C++Serving/Introduction_CN.md)
- [模型热加载](doc/HOT_LOADING_IN_SERVING_CN.md) - [模型热加载](doc/C++Serving/Hot_Loading_CN.md)
- [A/B Test](doc/ABTEST_IN_PADDLE_SERVING_CN.md) - [A/B Test](doc/C++Serving/ABTest_CN.md)
- [性能优化指南]() - [加密模型推理服务](doc/C++Serving/Encryption_CN.md)
- [性能优化指南](doc/C++Serving/Performance_Tuning_CN.md)
- [性能指标](doc/C++Serving/Benchmark_CN.md)
- [Python Pipeline简介](doc/python_server/PIPELINE_SERVING_CN.md) - [Python Pipeline简介](doc/python_server/PIPELINE_SERVING_CN.md)
- [性能优化指南]() - [性能优化指南](doc/python_server/PIPELINE_SERVING_CN.md)
- [客户端SDK]()    - [客户端SDK]()
- [Python SDK](doc/PYTHON_SDK_CN.md) - [Python SDK](doc/PYTHON_SDK_CN.md)
- [JAVA SDK](doc/JAVA_SDK_CN.md) - [JAVA SDK](doc/JAVA_SDK_CN.md)
- [C++ SDK](doc/C++_SDK_CN.md) - [C++ SDK](doc/C++_SDK_CN.md)
- [大规模稀疏参数索引服务](doc/CUBE_LOCAL_CN.md) - [大规模稀疏参数索引服务](doc/CUBE_LOCAL_CN.md)
- [常见问答](doc/FAQ.md)
> 开发者 > 开发者
为Paddle Serving开发者,提供自定义OP,变长数据处理和性能指标等扩展文档 为Paddle Serving开发者,提供自定义OP,变长数据处理。
- [自定义OP](doc/NEW_OPERATOR_CN.md) - [自定义OP](doc/OP_CN.md)
- [变长数据(LOD)处理](doc/LOD_CN.md) - [变长数据(LOD)处理](doc/LOD_CN.md)
- [性能指标](doc/BENCHMARKING_GPU.md) - [常见问答](doc/FAQ.md)
<h2 align="center">模型库</h2> <h2 align="center">模型库</h2>
***
Paddle Serving与Paddle模型套件紧密配合,实现大量服务化部署,包括图像分类、物体检测、语言文本识别、中文词性、情感分析、内容推荐等多种类型示例,以及Paddle全链条项目,共计42个模型。 Paddle Serving与Paddle模型套件紧密配合,实现大量服务化部署,包括图像分类、物体检测、语言文本识别、中文词性、情感分析、内容推荐等多种类型示例,以及Paddle全链条项目,共计42个模型。
<center class="half"> <center class="half">
...@@ -107,13 +103,14 @@ Paddle Serving与Paddle模型套件紧密配合,实现大量服务化部署, ...@@ -107,13 +103,14 @@ Paddle Serving与Paddle模型套件紧密配合,实现大量服务化部署,
更多模型示例参考Repo,可进入[模型库](doc/Model_Zoo_CN.md) 更多模型示例参考Repo,可进入[模型库](doc/Model_Zoo_CN.md)
<center class="half"> <center class="half">
<img src="https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/imgs_results/PP-OCRv2/PP-OCRv2-pic003.jpg?raw=true" width="280"/> <img src="https://github.com/PaddlePaddle/PaddleDetection/raw/release/2.3/docs/images/road554.png" width="160"/> <img src="https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/imgs_results/PP-OCRv2/PP-OCRv2-pic003.jpg?raw=true" width="280"/>
<img src="https://github.com/PaddlePaddle/PaddleDetection/raw/release/2.3/docs/images/road554.png" width="160"/>
<img src="doc/images/detection.png" width="160"/>
<img src="https://github.com/PaddlePaddle/PaddleClas/raw/release/2.3/docs/images/recognition.gif" width="213"/> <img src="https://github.com/PaddlePaddle/PaddleClas/raw/release/2.3/docs/images/recognition.gif" width="213"/>
</center> </center>
<h2 align="center">社区</h2> <h2 align="center">社区</h2>
***
您想要同开发者和其他用户沟通吗?欢迎加入我们,通过如下方式加入社群 您想要同开发者和其他用户沟通吗?欢迎加入我们,通过如下方式加入社群
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册