traffic-scene / README.md
0xdivin3's picture
Upload 8 files
72534cf verified
|
Raw
History Blame Contribute Delete
491 Bytes
---
title: Traffic Scene Interpretation System
emoji: 🚦
colorFrom: yellow
colorTo: gray
sdk: docker
app_port: 7860
pinned: false
---
# Traffic Scene Interpretation System
A Streamlit application that uses YOLOv8 to detect vehicles and pedestrians
in traffic images and video, and reports a basic interpretation of the scene
(free flowing / moderate / congested).
Upload an image or a short video clip in the tabs above to try it.
Built with Streamlit, Ultralytics YOLOv8, and OpenCV.