UdaraChamidu commited on
Commit
ff2fa5a
·
verified ·
1 Parent(s): 54203da

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -4
templates/index.html CHANGED
@@ -131,10 +131,11 @@
131
  <!-- Information Section -->
132
  <div class="mt-4 p-3 bg-light rounded">
133
  <h6 class="text-success">🌱 How it works:</h6>
134
- <small class="text-muted">
135
- Our AI model can classify 10 types of waste materials and provides guidance on proper disposal.
136
- Simply upload a clear image of your waste item!
137
- </small>
 
138
  </div>
139
  </div>
140
  </div>
 
131
  <!-- Information Section -->
132
  <div class="mt-4 p-3 bg-light rounded">
133
  <h6 class="text-success">🌱 How it works:</h6>
134
+ <ul class="text-start text-muted small mb-0">
135
+ <li><strong>🧠 Classification Mode:</strong> Identifies single waste item type with recycling guidance</li>
136
+ <li><strong>🎯 Detection Mode:</strong> Finds and labels multiple objects in complex scenes</li>
137
+ <li><strong>📊 Statistics:</strong> Track your classification history and generate reports</li>
138
+ </ul>
139
  </div>
140
  </div>
141
  </div>