santit96 commited on
Commit
ea4a457
·
1 Parent(s): 6802b2f

Update readme with possible classes

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -53,6 +53,18 @@ This will launch a local development server, and you can access the app in your
53
  3. Click the "Classify trash" button to initiate the classification process.
54
  4. The classified image will be displayed in the right column.
55
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ## Dependencies
57
 
58
  - Streamlit
 
53
  3. Click the "Classify trash" button to initiate the classification process.
54
  4. The classified image will be displayed in the right column.
55
 
56
+ ## Possible Classes
57
+
58
+ The app can classify waste into the following classes:
59
+
60
+ - Cardboard
61
+ - Compost
62
+ - Glass
63
+ - Metal
64
+ - Paper
65
+ - Plastic
66
+ - Trash
67
+
68
  ## Dependencies
69
 
70
  - Streamlit