Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
---
|
2 |
title: Traffic AI
|
3 |
-
emoji: 🔥
|
4 |
-
colorFrom: gray
|
5 |
-
colorTo: gray
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.9.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
1 |
---
|
2 |
title: Traffic AI
|
|
|
|
|
|
|
3 |
sdk: gradio
|
4 |
sdk_version: 5.9.1
|
5 |
app_file: app.py
|
6 |
+
pinned: true
|
7 |
+
author: Fazin Ahamed
|
8 |
+
description: "It is a project done for the DDS January AI Code Challenge 2025. It uses the Ultralytics YOLOv9s Model (You Only Look Once) for Vehicle Detection and using this data uses a PPO Model to use Reinforcement Learning to Optimize Signal Timings and understand Traffic Flow and Congestion Levels."
|
9 |
+
gratitude: "Special thanks to Decoding Data Science for letting all of us have yet another wonderful challenge"
|
10 |
+
---
|