yunusajib commited on
Commit
7b2ccd8
·
verified ·
1 Parent(s): 9d2bd87

update Readme file

Browse files
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,13 +1,24 @@
1
- ---
2
- title: Pathole Demo
3
- emoji: 💻
4
- colorFrom: green
5
- colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 5.23.1
8
- app_file: app.py
9
- pinned: false
10
- short_description: Detect pathole using Yolo
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
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