jasonoh commited on
Commit
9cd991b
1 Parent(s): 4da4c50

add example results

Browse files
Files changed (7) hide show
  1. app.py +9 -0
  2. result1.jpg +0 -0
  3. result2.jpg +0 -0
  4. result3.jpg +0 -0
  5. result4.jpg +0 -0
  6. result5.jpg +0 -0
  7. result6.jpg +0 -0
app.py CHANGED
@@ -12,6 +12,15 @@ st.write("""
12
  This detection model is designed to identify recyclable items within images, providing high detection capabilities across 20 categories. Below are the performance metrics for specific recyclable materials.
13
  """)
14
 
 
 
 
 
 
 
 
 
 
15
  # Hardcoded table with performance metrics
16
  data = {
17
  'Category': [
 
12
  This detection model is designed to identify recyclable items within images, providing high detection capabilities across 20 categories. Below are the performance metrics for specific recyclable materials.
13
  """)
14
 
15
+ with st.expander("See Example Results"):
16
+ st.write("Here are some example images with detections:")
17
+ st.image('result1.jpg')
18
+ st.image('result2.jpg')
19
+ st.image('result3.jpg')
20
+ st.image('result4.jpg')
21
+ st.image('result5.jpg')
22
+ st.image('result6.jpg')
23
+
24
  # Hardcoded table with performance metrics
25
  data = {
26
  'Category': [
result1.jpg ADDED
result2.jpg ADDED
result3.jpg ADDED
result4.jpg ADDED
result5.jpg ADDED
result6.jpg ADDED