mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00

* add tutorialfor how to use c and c sharp api * update english doc * update doc * update doc * update doc * update doc * update doc
9 lines
585 B
Markdown
9 lines
585 B
Markdown
English | [中文](README_CN.md)
|
|
|
|
# Model Deployment with C or C# API
|
|
|
|
Fastdeploy provideds C and C# API to support deployment with multiple programming languages, and this feature is included since version 1.0.4. C API is compiled and included in fastdeploy dynamic library by default. If you want to compile fastdeploy with C and C# API manually, compile it with options -DWITH_CAPI=ON and -DWITH_CSHARPAPI=ON. For more information about how to use C and C# API to deploy models, please refer to
|
|
|
|
- [C API tutorial](../../c_api/README.md)
|
|
- [C# API tutorial](../../csharp/README.md)
|