Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 684 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 684 Bytes

yolo-service

Yolo in streamlit service.

Demo: https://yolo.salmanhiro.website/

How to build

Using docker

  1. docker build -t yolo-service .
  2. docker run -dp 8501:8501 yolo-service

Directly

  1. Download the weight file from https://pjreddie.com/media/files/yolov3.weights and put under the model folder.
  2. Then run streamlit run app.py

References:

Redmon, Joseph, and Ali Farhadi. Yolov3: An incremental improvement. arXiv preprint arXiv:1804.02767 (2018). https://pjreddie.com/darknet/yolo/
Gupta, Srishti. Object Detection App using YOLOv3, OpenCV and Streamlit. https://srishti.hashnode.dev/object-detection-app-using-yolov3-opencv-and-streamlit-1