Spaces:
Sleeping
Sleeping
update Readme file
Browse files
README.md
CHANGED
@@ -1,13 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Pothole Detection using AI
|
2 |
+
🚧 Automatically detect potholes from road images with deep learning.
|
3 |
+
|
4 |
+
## 🔗 Live Demo
|
5 |
+
[Try it on Hugging Face](https://huggingface.co/spaces/YOUR_USERNAME/Pothole-Detection)
|
6 |
+
|
7 |
+
## 📸 Demo Vedio
|
8 |
+
|
9 |
+
![Uploading Pathole_demo.mov…]()
|
10 |
+
|
11 |
+
## ⚡ How It Works
|
12 |
+
1. Upload a road image
|
13 |
+
2. AI detects and highlights potholes
|
14 |
+
3. Download the processed image
|
15 |
+
|
16 |
+
## 🛠️ Technologies
|
17 |
+
- YOLOv8
|
18 |
+
- Gradio
|
19 |
+
- Python
|
20 |
+
- Hugging Face Spaces
|
21 |
+
|
22 |
+
## 🚀 Future Work
|
23 |
+
- Deploy as a mobile app
|
24 |
+
- Real-time pothole detection for drones
|