File size: 491 Bytes
ac8e300
72534cf
 
 
 
ac8e300
72534cf
ac8e300
 
 
72534cf
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.