Skip to content

YOLOv7 based dashboard to detect and view common objects through various sources such as RTSP, HTTPS, local video, webcam using streamlit.

License

Notifications You must be signed in to change notification settings

tanushdhamija/yolov7-dashboard

Repository files navigation

YOLOv7 based dashboard to detect and view common objects through various sources such as RTSP, HTTPS, local video, webcam using streamlit.

Usage

  1. Clone the repo
  2. Install all the dependencies in requirements.txt (in a python virtual environment (recommended))
  3. Download the yolov7.pt weights and put them in the root folder
  4. Run:
streamlit run app.py
  1. Access the web app on "localhost:8501"

Expected result

After running, this is what you should see on the terminal: terminal

And this is a view of the webapp running with the local video option: webapp

References

  1. Official YOLOv7 repo
  2. Streamlit dashboard

About

YOLOv7 based dashboard to detect and view common objects through various sources such as RTSP, HTTPS, local video, webcam using streamlit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published