mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Serving] Simple serving YOLOv5 and PP-OCRv3 example, add uvicorn to fastdeploy tools (#986)
* ppocrv3 simple serving * add uvicorn to fd tools * update ppdet simple serving readme * yolov5 simple serving * not import simple serving by default * remove config from envs * update comment
This commit is contained in:
@@ -12,5 +12,3 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .server import SimpleServer
|
||||
|
@@ -3,6 +3,6 @@ requests
|
||||
tqdm
|
||||
numpy
|
||||
opencv-python
|
||||
fastdeploy-tools==0.0.1
|
||||
fastdeploy-tools>=0.0.1
|
||||
pyyaml
|
||||
fastapi
|
||||
|
Reference in New Issue
Block a user