utkarsh-23 commited on
Commit
28229d1
Β·
1 Parent(s): 2630721

Fix README.md with proper YAML metadata

Browse files
Files changed (1) hide show
  1. README.md +22 -12
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 design
 
65
  - Real-time processing indicators
66
- - Clear department classification results
67
- - Mobile-friendly layout
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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