Yolov5-on-Flask icon indicating copy to clipboard operation
Yolov5-on-Flask copied to clipboard

Running YOLOv5 through web browser using Flask microframework

Yolov5-on-Flask

Running YOLOv5 through web browser using Flask microframework

Requirements

  1. Torch >= 1.5
  2. Flask

How to Run?

simply run through app.py and View on Local served web browser

Preview

alt text

Resources

  1. https://github.com/miguelgrinberg/flask-video-streaming
  2. https://github.com/ultralytics/yolov5