diff --git a/README_EN.md b/README_EN.md index 99d69d1a0..b7e98a7a5 100644 --- a/README_EN.md +++ b/README_EN.md @@ -36,87 +36,19 @@ Including image classification, object detection, image segmentation, face detec | [**Pose Estimation**](examples/vision/keypointdetection) | [**Behavior Recognition**](https://github.com/PaddlePaddle/FastDeploy/issues/6) | [**NLP**](examples/text) | [**Speech**](examples/audio/pp-tts) | | | | |

**input**:Life was like a box
of chocolates, you never
know what you're
gonna get.

**output**: [](https://paddlespeech.bj.bcebos.com/Parakeet/docs/demos/tacotron2_ljspeech_waveflow_samples_0.2/sentence_1.wav)

| -## 📣 Recent Updates +## 👬 Community -- **Community** + - **Slack**:Join our [Slack community](https://join.slack.com/t/fastdeployworkspace/shared_invite/zt-1hhvpb279-iw2pNPwrDaMBQ5OQhO3Siw) and chat with other community members about ideas. - - **Slack**:Join our [Slack community](https://join.slack.com/t/fastdeployworkspace/shared_invite/zt-1hhvpb279-iw2pNPwrDaMBQ5OQhO3Siw) and chat with other community members about ideas. - - - **WeChat**:Scan the QR code below using WeChat, follow the PaddlePaddle official account and fill out the questionnaire to join the WeChat group. + - **WeChat**:Scan the QR code below using WeChat, follow the PaddlePaddle official account and fill out the questionnaire to join the WeChat group.
- +
-- 🔥 **2022.11.23:Release FastDeploy [release v0.8.0](https://github.com/PaddlePaddle/FastDeploy/tree/release/0.8.0)**
- - - **🖥️ Server-side and Cloud Deployment: Support more CV models, improve deployment performance** - - - Support [PIPNet](./examples/vision/facealign/pipnet), [FaceLandmark1000](./examples/vision/facealign/face_landmark_1000) face alignment models deployment; - - Support [Video Super-Resolution](./examples/vision/sr) series model PP-MSVSR、EDVR、BasicVSR; - - Upgrade YOLOv7 deployment code to add `batch_predict` deployment; - - Support [UIE service-based](./examples/text/uie) deployment; - - Add Python API to_dlpack interface for FDTensor to support copyless transfer of FDTensor between frameworks. - - - **📱 Mobile and Edge Device Deployment: support more CV model** - - - Support Android image classification, target detection, semantic segmentation, OCR, face detection APK projects and examples. - - | Image Classification | Object Detection | Semantic Segmentation | OCR | Face Detection | - |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| - | [Project Code](https://github.com/PaddlePaddle/FastDeploy/tree/develop/java/android/app/src/main/java/com/baidu/paddle/fastdeploy/app/examples/classification) | [Project Code](https://github.com/PaddlePaddle/FastDeploy/tree/develop/java/android/app/src/main/java/com/baidu/paddle/fastdeploy/app/examples/detection) | [Project Code](https://github.com/PaddlePaddle/FastDeploy/tree/develop/java/android/app/src/main/java/com/baidu/paddle/fastdeploy/app/examples/segmentation) | [Project Code](https://github.com/PaddlePaddle/FastDeploy/tree/develop/java/android/app/src/main/java/com/baidu/paddle/fastdeploy/app/examples/ocr) | [Project Code](https://github.com/PaddlePaddle/FastDeploy/tree/develop/java/android/app/src/main/java/com/baidu/paddle/fastdeploy/app/examples/facedet) | - | [Scan the code
or click on the link
to install](https://bj.bcebos.com/fastdeploy/release/android/FastDeploy-MobileNetV1.apk)
| [Scan the code
or click on the link
to install](https://bj.bcebos.com/fastdeploy/release/android/FastDeploy-PicoDet.apk)
| [Scan the code
or click on the link
to install](https://bj.bcebos.com/fastdeploy/release/android/FastDeploy-Portrait-HumanSegV2-Lite.apk)
| [Scan the code
or click on the link
to install](https://bj.bcebos.com/fastdeploy/release/android/FastDeploy-PP-OCRv2.apk)
| [Scan the code
or click on the link
to install](https://bj.bcebos.com/fastdeploy/release/android/FastDeploy-SCRFD.apk)
| - | | | | | | - -- [**more releases information**](./releases) - ## Contents -*
📖 Tutorials(click to fold)
- - - Install - - - [Install FastDeploy Prebuilt Libraries](docs/en/build_and_install/download_prebuilt_libraries.md) - - [Build and Install FastDeploy Library on GPU Platform](docs/en/build_and_install/gpu.md) - - [Build and Install FastDeploy Library on CPU Platform](docs/en/build_and_install/cpu.md) - - [Build and Install FastDeploy Library on IPU Platform](docs/en/build_and_install/ipu.md) - - [Build and Install FastDeploy Library on Nvidia Jetson Platform](docs/en/build_and_install/jetson.md) - - [Build and Install FastDeploy Library on Android Platform](docs/en/build_and_install/android.md) - - - A Quick Start - Demos - - - [Python Deployment Demo](docs/en/quick_start/models/python.md) - - [C++ Deployment Demo](docs/en/quick_start/models/cpp.md) - - [A Quick Start on Runtime Python](docs/en/quick_start/runtime/python.md) - - [A Quick Start on Runtime C++](docs/en/quick_start/runtime/cpp.md) - - - API (To be continued) - - - [Python API](https://baidu-paddle.github.io/fastdeploy-api/python/html/) - - [C++ API](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/) - - - Performance Optimization - - - [Quantization Acceleration](docs/en/quantize.md) - - - Frequent Q&As - - - [1. How to Change Inference Backends](docs/en/faq/how_to_change_backend.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](java/android/README_EN.md)(To be Continued) - - [4. Tricks of TensorRT](docs/en/faq/tensorrt_tricks.md) - - [5. How to Develop a New Model](docs/en/faq/develop_a_new_model.md)(To be Continued) - - - More FastDeploy Deployment Module - - - [deployment AI Model as a Service](./serving) - - - [Benchmark Testing](./benchmark) - -
- * **🖥️ Server-side and Cloud Deployment** - * [A Quick Start for Python SDK](#fastdeploy-quick-start-python) * [A Quick Start for C++ SDK](#fastdeploy-quick-start-cpp) * [Supported Server-side and Cloud Model List](#fastdeploy-server-models) @@ -129,8 +61,6 @@ Including image classification, object detection, image segmentation, face detec * [Supported Web and Mini Program Model List](#fastdeploy-web-models) -* [**Community**](#fastdeploy-community) - * [**Acknowledge**](#fastdeploy-acknowledge) * [**License**](#fastdeploy-license) @@ -390,18 +320,6 @@ Notes: ✅: already supported; ❔: to be supported in the future; N/A: Not Ava -## Community - -
- -- If you have any question or suggestion, please give us your valuable input via GitHub Issues -- **Join Us👬:** - - **Slack**:Join our [Slack community](https://join.slack.com/t/fastdeployworkspace/shared_invite/zt-1hhvpb279-iw2pNPwrDaMBQ5OQhO3Siw) and chat with other community members about ideas - - **WeChat**:join our **WeChat community** and chat with other community members about ideas - -
- -
## Acknowledge