Commit
Β·
28229d1
1
Parent(s):
2630721
Fix README.md with proper YAML metadata
Browse files
README.md
CHANGED
|
@@ -8,15 +8,6 @@ sdk_version: 5.46.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
---SAMADHAN - Smart Infrastructure Detection
|
| 12 |
-
emoji: οΏ½
|
| 13 |
-
colorFrom: blue
|
| 14 |
-
colorTo: purple
|
| 15 |
-
sdk: gradio
|
| 16 |
-
sdk_version: 5.46.0
|
| 17 |
-
app_file: app.py
|
| 18 |
-
pinned: false
|
| 19 |
-
license: mit
|
| 20 |
---
|
| 21 |
|
| 22 |
# π SAMADHAN - Smart Infrastructure Detection System
|
|
@@ -61,10 +52,29 @@ The system can detect and classify 10 different types of infrastructure objects:
|
|
| 61 |
## π¨ Interface
|
| 62 |
|
| 63 |
Modern, responsive web interface with:
|
| 64 |
-
- Professional gradient
|
|
|
|
| 65 |
- Real-time processing indicators
|
| 66 |
-
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# π SAMADHAN - Smart Infrastructure Detection System
|
|
|
|
| 52 |
## π¨ Interface
|
| 53 |
|
| 54 |
Modern, responsive web interface with:
|
| 55 |
+
- Professional gradient header
|
| 56 |
+
- Department classification with emojis
|
| 57 |
- Real-time processing indicators
|
| 58 |
+
- Mobile-friendly design
|
| 59 |
+
|
| 60 |
+
## π Use Cases
|
| 61 |
+
|
| 62 |
+
Perfect for:
|
| 63 |
+
- **Municipal Departments**: Automated infrastructure monitoring
|
| 64 |
+
- **Smart Cities**: Real-time urban management
|
| 65 |
+
- **Research**: Infrastructure analysis and planning
|
| 66 |
+
- **Citizen Services**: Quick issue reporting and classification
|
| 67 |
+
|
| 68 |
+
## π§ Installation
|
| 69 |
+
|
| 70 |
+
```bash
|
| 71 |
+
pip install -r requirements.txt
|
| 72 |
+
python app.py
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
## π License
|
| 76 |
+
|
| 77 |
+
MIT License - Feel free to use and modify for your projects!
|
| 78 |
|
| 79 |
---
|
| 80 |
|