Spaces:
Sleeping
Sleeping
Update readme with possible classes
Browse files
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
|