Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,61 @@ tags:
|
|
| 5 |
- waste
|
| 6 |
- classification
|
| 7 |
pretty_name: waste-cl
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
- waste
|
| 6 |
- classification
|
| 7 |
pretty_name: waste-cl
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Dataset Card for waste classifier
|
| 11 |
+
|
| 12 |
+
This dataset contains waste images in different categories:
|
| 13 |
+
- cardboard
|
| 14 |
+
- compost
|
| 15 |
+
- glass
|
| 16 |
+
- metal
|
| 17 |
+
- paper
|
| 18 |
+
- plastic
|
| 19 |
+
- trash
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
### Dataset Description
|
| 23 |
+
- **Curated by:** Rootstrap
|
| 24 |
+
- **License:** MIT
|
| 25 |
+
|
| 26 |
+
### Dataset Sources
|
| 27 |
+
Data is a combination of [Trashnet](https://github.com/garythung/trashnet) dataset plus more images obtained by internet search.
|
| 28 |
+
Paper: [Classification of Trash for Recyclability Status](https://cs229.stanford.edu/proj2016/report/ThungYang-ClassificationOfTrashForRecyclabilityStatus-report.pdf)
|
| 29 |
+
|
| 30 |
+
## Uses
|
| 31 |
+
The dataset can be used for waste classification or other type of project.
|
| 32 |
+
|
| 33 |
+
### Direct Use
|
| 34 |
+
This dataset is used to build a waste classifier for categorizing different types of waste, being able to correctly throw the trash in the corresponding trash can at our office.
|
| 35 |
+
|
| 36 |
+
{{ direct_use | default("[More Information Needed]", true)}}
|
| 37 |
+
|
| 38 |
+
## Dataset Structure
|
| 39 |
+
The data is already split in train and test folders.
|
| 40 |
+
Inside each folder contains one folder for each class.
|
| 41 |
+
|
| 42 |
+
## Dataset Creation
|
| 43 |
+
|
| 44 |
+
### Curation Rationale
|
| 45 |
+
|
| 46 |
+
at Rootstrap, our Machine Learning Engineers are committed to creating awareness of correct waste classification to help the environment.
|
| 47 |
+
Their determination to make an impact led to the creation of 'RootTrash', an internal AI-powered app to help us recycle correctly.
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
#### Data Collection and Processing
|
| 51 |
+
Some of the images were obtained using Bing searcher using the api HTTP.
|
| 52 |
+
You can find the code used to download the images at this [Google Colab](https://colab.research.google.com/drive/1JvAYFx1DIEi1MMyI-tuCfE2eHMSKisKT?usp=sharing).
|
| 53 |
+
|
| 54 |
+
#### Who are the source data producers?
|
| 55 |
+
Thung, G., & Yang, M. (2016). Classification of Trash for Recyclability Status.
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
## Bias, Risks, and Limitations
|
| 60 |
+
Current model has been trained mostly with internet images and most of them has white background. This might be an issue when testing with real images.
|
| 61 |
+
In the future, the dataset will be extended with the photos taken through the app.
|
| 62 |
+
|
| 63 |
+
### Recommendations
|
| 64 |
+
Integrate this model with a detection model such as [rootstrap-org/waste-detector](https://huggingface.co/rootstrap-org/waste-detector)
|
| 65 |
+
|