doc: update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,26 @@ metrics:
|
|
| 7 |
base_model:
|
| 8 |
- google/efficientnet-b0
|
| 9 |
pipeline_tag: image-classification
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
base_model:
|
| 8 |
- google/efficientnet-b0
|
| 9 |
pipeline_tag: image-classification
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
# Trash Optimizer Model Repository
|
| 14 |
+
|
| 15 |
+
## Project Repository
|
| 16 |
+
|
| 17 |
+
Trash Optimizer repository is hosted on github: https://github.com/cpoisson/trash-optimizer
|
| 18 |
+
|
| 19 |
+
## Dataset
|
| 20 |
+
|
| 21 |
+
This project contains a collection of models designed for optimizing waste management through image classification. The models are trained on the following dataset:
|
| 22 |
+
|
| 23 |
+
- **RealWaste**: [joebeachcapital/realwaste](https://www.kaggle.com/datasets/joebeachcapital/realwaste) - UCI Machine Learning Repository ([DOI](https://archive.ics.uci.edu/dataset/908/realwaste))
|
| 24 |
+
- **Recyclable and Household Waste Classification**: [alistairking/recyclable-and-household-waste-classification](https://www.kaggle.com/datasets/alistairking/recyclable-and-household-waste-classification)
|
| 25 |
+
- Custom dataset for specialized categories (batteries, light bulbs, electronics, etc.)
|
| 26 |
+
|
| 27 |
+
## Dataset Preprocessing
|
| 28 |
+
The datasets have been preprocessed and assembled using a custom tools available in the `dataset` directory of the repository.
|
| 29 |
+
|
| 30 |
+
## Training scripts
|
| 31 |
+
|
| 32 |
+
The training scripts for the models are available in the `scripts` directory of the repository. Each script is designed to train a specific model architecture on the provided datasets.
|