Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MissPenguin committed Apr 21, 2022
1 parent 52b7dee commit 486aa10
Show file tree
Hide file tree
Showing 22 changed files with 1,395 additions and 948 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ For a new language request, please refer to [Guideline for new language_requests
- [Knowledge Distillation](./doc/doc_en/knowledge_distillation_en.md)
- [Model Quantization](./deploy/slim/quantization/README_en.md)
- [Model Pruning](./deploy/slim/prune/README_en.md)
- Inference and Deployment
- [Inference and Deployment](./deploy/README.md)
- [C++ Inference](./deploy/cpp_infer/readme_en.md)
- [Serving](./deploy/pdserving/README.md)
- [Mobile](./deploy/lite/readme_en.md)
Expand Down
4 changes: 2 additions & 2 deletions README_ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
- [模型量化](./deploy/slim/quantization/README.md)
- [模型裁剪](./deploy/slim/prune/README.md)
- [知识蒸馏](./doc/doc_ch/knowledge_distillation.md)
- [推理部署](./deploy/readme_ch.md)
- [推理部署](./deploy/README_ch.md)
- [基于Python预测引擎推理](./doc/doc_ch/inference_ppocr.md)
- [基于C++预测引擎推理](./deploy/cpp_infer/readme.md)
- [服务化部署](./deploy/pdserving/README_CN.md)
Expand All @@ -108,7 +108,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
- [表格识别](./ppstructure/table/README_ch.md)
- [关键信息提取](./ppstructure/docs/kie.md)
- [DocVQA](./ppstructure/vqa/README_ch.md)
- [推理部署](./deploy/readme_ch.md)
- [推理部署](./deploy/README_ch.md)
- [基于Python预测引擎推理](./ppstructure/docs/inference.md)
- [基于C++预测引擎推理]()
- [服务化部署](./deploy/pdserving/README_CN.md)
Expand Down
30 changes: 30 additions & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
English | [简体中文](README_ch.md)

# PP-OCR Deployment

- [Paddle Deployment Introduction](#1)
- [PP-OCR Deployment](#2)

<a name="1"></a>
## Paddle Deployment Introduction

Paddle provides a variety of deployment schemes to meet the deployment requirements of different scenarios. Please choose according to the actual situation:

<div align="center">
<img src="../doc/deployment_en.png" width="800">
</div>


<a name="2"></a>
## PP-OCR Deployment

PP-OCR has supported muti deployment schemes. Click the link to get the specific tutorial.

- [Python Inference](../doc/doc_en/inference_ppocr_en.md)
- [C++ Inference](./cpp_infer/readme.md)
- [Serving](./pdserving/README.md)
- [Paddle-Lite](./lite/readme.md)
- [Paddle.js](./paddlejs/README.md)
- [Paddle2ONNX](./paddle2onnx/readme.md)

If you need the deployment tutorial of academic algorithm models other than PP-OCR, please directly enter the main page of corresponding algorithms, [entrance](../doc/doc_en/algorithm_overview_en.md)
30 changes: 30 additions & 0 deletions deploy/README_ch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[English](README.md) | 简体中文

# PP-OCR 模型推理部署

- [Paddle 推理部署方式简介](#1)
- [PP-OCR 推理部署](#2)

<a name="1"></a>
## Paddle 推理部署方式简介

飞桨提供多种部署方案,以满足不同场景的部署需求,请根据实际情况进行选择:

<div align="center">
<img src="../doc/deployment.png" width="800">
</div>


<a name="2"></a>
## PP-OCR 推理部署

PP-OCR模型已打通多种场景部署方案,点击链接获取具体的使用教程。

- [Python 推理](../doc/doc_ch/inference_ppocr.md)
- [C++ 推理](./cpp_infer/readme_ch.md)
- [Serving 服务化部署](./pdserving/README_CN.md)
- [Paddle-Lite 端侧部署](./lite/readme_ch.md)
- [Paddle.js 服务化部署](./paddlejs/README_ch.md)
- [Paddle2ONNX 推理](./paddle2onnx/readme_ch.md)

需要PP-OCR以外的学术算法模型的推理部署,请直接进入相应算法主页面,[入口](../doc/doc_ch/algorithm_overview.md)
Loading

0 comments on commit 486aa10

Please sign in to comment.