Update and rename install.md to README.md

This commit is contained in:
leiqing
2022-08-17 17:55:25 +08:00
committed by GitHub
parent 432f8e0f3f
commit 030ae55ffc

View File

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