Update README_EN.md

This commit is contained in:
leiqing
2022-11-07 10:09:05 +08:00
committed by GitHub
parent 152b2770c8
commit bf5c1aec65

View File

@@ -65,31 +65,31 @@ English | [简体中文](README_CN.md)
* <details open> <summary><style="font-size:100px"><b>📖 Tutorialsclick to shrink </b></font></summary> * <details open> <summary><style="font-size:100px"><b>📖 Tutorialsclick to shrink </b></font></summary>
- Install - Install
- [How to Install FastDeploy Prebuilt Libraries](en/build_and_install/download_prebuilt_libraries.md) - [How to Install FastDeploy Prebuilt Libraries](docs/en/build_and_install/download_prebuilt_libraries.md)
- [How to Build and Install FastDeploy Library on GPU Platform](en/build_and_install/gpu.md) - [How to Build and Install FastDeploy Library on GPU Platform](docs/en/build_and_install/gpu.md)
- [How to Build and Install FastDeploy Library on CPU Platform](en/build_and_install/cpu.md) - [How to Build and Install FastDeploy Library on CPU Platform](docs/en/build_and_install/cpu.md)
- [How to Build and Install FastDeploy Library on IPU Platform](en/build_and_install/ipu.md) - [How to Build and Install FastDeploy Library on IPU Platform](docs/en/build_and_install/ipu.md)
- [How to Build and Install FastDeploy Library on Nvidia Jetson Platform](en/build_and_install/jetson.md) - [How to Build and Install FastDeploy Library on Nvidia Jetson Platform](docs/en/build_and_install/jetson.md)
- [How to Build and Install FastDeploy Library on Android Platform](en/build_and_install/android.md) - [How to Build and Install FastDeploy Library on Android Platform](docs/en/build_and_install/android.md)
- A Quick Start - Demos - A Quick Start - Demos
- [Python Deployment Demo](en/quick_start/models/python.md) - [Python Deployment Demo](docs/en/quick_start/models/python.md)
- [C++ Deployment Demo](en/quick_start/models/cpp.md) - [C++ Deployment Demo](docs/en/quick_start/models/cpp.md)
- [A Quick Start on Runtime Python](en/quick_start/runtime/python.md) - [A Quick Start on Runtime Python](docs/en/quick_start/runtime/python.md)
- [A Quick Start on Runtime C++](en/quick_start/runtime/cpp.md) - [A Quick Start on Runtime C++](docs/en/quick_start/runtime/cpp.md)
- API (To be continued) - API (To be continued)
- [Python API](https://baidu-paddle.github.io/fastdeploy-api/python/html/) - [Python API](https://baidu-paddle.github.io/fastdeploy-api/python/html/)
- [C++ API](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/) - [C++ API](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/)
- Performance Optimization - Performance Optimization
- [Quantization Acceleration](en/quantize.md) - [Quantization Acceleration](docs/en/quantize.md)
- Frequent Q&As - Frequent Q&As
- [1. How to Change Inference Backends](en/faq/how_to_change_backend.md) - [1. How to Change Inference Backends](docs/en/faq/how_to_change_backend.md)
- [2. How to Use FastDeploy C++ SDK on Windows Platform](en/faq/use_sdk_on_windows.md) - [2. How to Use FastDeploy C++ SDK on Windows Platform](docs/en/faq/use_sdk_on_windows.md)
- [3. How to Use FastDeploy C++ SDK on Android Platform](en/faq/use_sdk_on_android.md)(To be Continued) - [3. How to Use FastDeploy C++ SDK on Android Platform](docs/en/faq/use_sdk_on_android.md)(To be Continued)
- [4. Tricks of TensorRT](en/faq/tensorrt_tricks.md) - [4. Tricks of TensorRT](docs/en/faq/tensorrt_tricks.md)
- [5. How to Develop a New Model](en/faq/develop_a_new_model.md)(To be Continued) - [5. How to Develop a New Model](docs/en/faq/develop_a_new_model.md)(To be Continued)
- More FastDeploy Deployment Module - More FastDeploy Deployment Module
- [deployment AI Model as a Service](../serving) - [deployment AI Model as a Service](./serving)
- [Benchmark Testing](../benchmark) - [Benchmark Testing](./benchmark)
</details> </details>
* **🖥️ Data Center and Cloud Deployment** * **🖥️ Data Center and Cloud Deployment**