yolov5-streamlit icon indicating copy to clipboard operation
yolov5-streamlit copied to clipboard

Deploy YOLOv5 detection with Streamlit

yolov5-streamlit

Deploy YOLOv5 detection with Streamlit

博文地址: https://xugaoxiang.com/2021/08/27/yolov5-streamlit/

线上体验

直接访问 https://share.streamlit.io/xugaoxiang/yolov5-streamlit/main/main.py

安装依赖

# 本地安装的话,请将opencv-python-headless改为opencv-python
pip install -r requirements.txt

如果有GPU的话,将torch替换成gpu版本可加速检测

运行项目

streamlit run main.py

图片检测

streamlit yolov5 image detection

视频检测

streamlit yolov5 video detection