Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 170 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 170 Bytes

yolov5-fastapi

Machine Learning Model API using YOLOv5 with FAST API

Getting start for this project

uvicorn main:app --reload --host 0.0.0.0 --port 8000