Display predicted Video, Images and webcam using YOLO models (YOLOv7 & YOLOv8) with Streamlit
Streamlit Dashboard: https://naseemap47-streamlit-yolov7-app-deploy-bfr4xt.streamlitapp.com/
dockerhub: https://hub.docker.com/repository/docker/naseemap47/streamlit-yolo
docker pull naseemap47/streamlit-yolo
sudo xhost +si:localuser:root
docker run --gpus all -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix --ipc=host --device=/dev/video0:/dev/video0 -p 8502 -it --rm naseemap47/streamlit-yolo
Integrated new YOLOv8 model, now you can run YOLOv8 model on RTSP, Webcam, Video and Image
- RTSP
- Webcam
- Video
- Image
out.webm
git clone https://github.com/naseemap47/streamlit-yolov7.git
cd streamlit-yolov7
Install dependency
pip3 install -r requirements.txt
Run Streamlit
streamlit run app.py