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

12 lines
393 B
Markdown

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