Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,17 @@ pinned: false
|
|
11 |
short_description: Streamlit template space
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: Streamlit template space
|
12 |
---
|
13 |
|
14 |
+
# Smart Traffic Light Simulation 🚦
|
15 |
|
16 |
+
This is a simple web-based simulation of a smart traffic light system using Streamlit. The light turns green for the road with the highest vehicle count.
|
17 |
|
18 |
+
## Features
|
19 |
+
- Vehicle count input for 4 roads
|
20 |
+
- Dynamic traffic light switching logic
|
21 |
+
- Visual display with color indicators
|
22 |
+
|
23 |
+
## How to Run Locally
|
24 |
+
|
25 |
+
```bash
|
26 |
+
pip install -r requirements.txt
|
27 |
+
streamlit run app.py
|