Files
FastDeploy/docs/quick_start/README.md
2022-08-17 17:55:25 +08:00

12 lines
393 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FastDeploy安装
针对开发者的开发需求FastDeploy目前提供了Python和C++两种安装方式,可分别参考
- [Python安装](Python_prebuilt_wheels.md)
- [C++安装](CPP_prebuilt_libraries.md)
## 其它文档
- [视觉模型部署示例](../../examples/vision/) : 提供目标检测、图像分类、人脸检测等大量视觉模型在CPU/GPU以及TensorRT部署示例