forked from PaddlePaddle/FastDeploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doc] Add English version of serving/ and java/andriod/. (PaddlePaddl…
…e#963) * 第一次提交 * 补充一处漏翻译 * deleted: docs/en/quantize.md * Update one translation * Update en version * Update one translation in code * Standardize one writing * Standardize one writing * Update some en version * Fix a grammer problem * Update en version for api/vision result * Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop * Checkout the link in README in vision_results/ to the en documents * Modify a title * Add link to serving/docs/ * Finish translation of demo.md * Update english version of serving/docs/ * Update title of readme * Update some links * Modify a title * Update some links * Update en version of java android README * Modify some titles * Modify some titles * Modify some titles
- Loading branch information
Showing
18 changed files
with
1,615 additions
and
367 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[简体中文](README_CN.md)| English | ||
|
||
# Tutorials | ||
|
||
## Install | ||
|
||
- [Install FastDeploy Prebuilt Libraries](en/build_and_install/download_prebuilt_libraries.md) | ||
- [Build and Install FastDeploy Library on GPU Platform](en/build_and_install/gpu.md) | ||
- [Build and Install FastDeploy Library on CPU Platform](en/build_and_install/cpu.md) | ||
- [Build and Install FastDeploy Library on IPU Platform](en/build_and_install/ipu.md) | ||
- [Build and Install FastDeploy Library on KunlunXin XPU Platform](en/build_and_install/xpu.md) | ||
- [Build and Install on RV1126 Platform](en/build_and_install/rv1126.md) | ||
- [Build and Install on RK3588 Platform](en/build_and_install/rknpu2.md) | ||
- [Build and Install on A311D Platform](en/build_and_install/a311d.md) | ||
- [Build and Install FastDeploy Library on Nvidia Jetson Platform](en/build_and_install/jetson.md) | ||
- [Build and Install FastDeploy Library on Android Platform](en/build_and_install/android.md) | ||
- [Build and Install FastDeploy Serving Deployment Image](../serving/docs/EN/compile-en.md) | ||
|
||
## A Quick Start - Demos | ||
|
||
- [Python Deployment Demo](en/quick_start/models/python.md) | ||
- [C++ Deployment Demo](en/quick_start/models/cpp.md) | ||
- [A Quick Start on Runtime Python](en/quick_start/runtime/python.md) | ||
- [A Quick Start on Runtime C++](en/quick_start/runtime/cpp.md) | ||
|
||
## API | ||
|
||
- [Python API](https://baidu-paddle.github.io/fastdeploy-api/python/html/) | ||
- [C++ API](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/) | ||
- [Android Java API](../java/android) | ||
|
||
## Performance Optimization | ||
|
||
- [Quantization Acceleration](en/quantize.md) | ||
|
||
## Frequent Q&As | ||
|
||
- [1. How to Change Inference Backends](en/faq/how_to_change_backend.md) | ||
- [2. How to Use FastDeploy C++ SDK on Windows Platform](en/faq/use_sdk_on_windows.md) | ||
- [3. How to Use FastDeploy C++ SDK on Android Platform](en/faq/use_cpp_sdk_on_android.md) | ||
- [4. Tricks of TensorRT](en/faq/tensorrt_tricks.md) | ||
- [5. How to Develop a New Model](en/faq/develop_a_new_model.md) | ||
|
||
## More FastDeploy Deployment Module | ||
|
||
- [Deployment AI Model as a Service](../serving) | ||
- [Benchmark Testing](../benchmark) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[English](README_EN.md) | 简体中文 | ||
[English](README.md) | 简体中文 | ||
|
||
# 使用文档 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.