Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Trash Classification
|
| 2 |
+
This project aim to classify trash images into six distinct categories using a Convolutional Neural Network (CNN). The model is trained on a dataset of labeled trash images, and its performance is tracked and evaluated using the Weights & Biases (wandb) experiment tracking tool.
|
| 3 |
+
|
| 4 |
+
Dataset
|
| 5 |
+
The dataset used for this project is TrashNet, a labeled collection of images of different types of trash. I load this dataset using the Hugging Face Datasets library.
|
| 6 |
+
license: mit
|
| 7 |
+
---
|