YOLOv7 based dashboard to detect and view common objects through various sources such as RTSP, HTTPS, local video, webcam using streamlit.
- Clone the repo
- Install all the dependencies in requirements.txt (in a python virtual environment (recommended))
- Download the yolov7.pt weights and put them in the root folder
- Run:
streamlit run app.py
- Access the web app on "localhost:8501"
After running, this is what you should see on the terminal:
And this is a view of the webapp running with the local video option: