Yolov5-Service

A simple package to train and inference with yolo

View on GitHub

Yolov5-Service

Yolov5-Service is a service that provides a RESTful API for Yolov5 models. run YOLOv5 with GPU. Easy As ABC

Inferencing

How to run

Install Requirements

Put weights

Put your pretrained weights in the folder (for example, weights)

Docker

Config docker compose file (docker-compose.yml)

docker compose up

How to use

send sample image with test_req.py code.

Training

[ ] To be continued…