dk178 commited on
Commit
3ecdff2
·
verified ·
1 Parent(s): 79b38c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: mit
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
+ ---