Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ To be also configurable.
|
|
42 |
### Model Sources
|
43 |
|
44 |
- **Repository:** [https://github.com/rootstrap/fastai-waste-classifier](https://github.com/rootstrap/fastai-waste-classifier)
|
45 |
-
- **Demo
|
46 |
|
47 |
## Uses
|
48 |
|
@@ -76,8 +76,8 @@ You can find the code used to download the images at [this](https://colab.resear
|
|
76 |
You can find the final dataset splitted into train and test [rootstrap-org/waste-classifier](https://huggingface.co/datasets/rootstrap-org/waste-classifier) in a Google Drive folder.
|
77 |
|
78 |
Split into train/test
|
79 |
-
You can find the code for the classifier [resnet-model.ipynb](resnet-model.ipynb)
|
80 |
-
To load the model in the file [result-
|
81 |
|
82 |
The model has been trained to classify waste into 6 classes.
|
83 |
This repository contains the dataset that we collected.
|
|
|
42 |
### Model Sources
|
43 |
|
44 |
- **Repository:** [https://github.com/rootstrap/fastai-waste-classifier](https://github.com/rootstrap/fastai-waste-classifier)
|
45 |
+
- **Demo (with detector):** [https://huggingface.co/spaces/rootstrap-org/waste-classifier](https://huggingface.co/spaces/rootstrap-org/waste-classifier)
|
46 |
|
47 |
## Uses
|
48 |
|
|
|
76 |
You can find the final dataset splitted into train and test [rootstrap-org/waste-classifier](https://huggingface.co/datasets/rootstrap-org/waste-classifier) in a Google Drive folder.
|
77 |
|
78 |
Split into train/test
|
79 |
+
You can find the code for the classifier [resnet-model.ipynb](https://github.com/rootstrap/fastai-waste-classifier/blob/main/resnet-model.ipynb)
|
80 |
+
To load the model in the file [result-resnet50.pkl](result-resnet50.pkl)
|
81 |
|
82 |
The model has been trained to classify waste into 6 classes.
|
83 |
This repository contains the dataset that we collected.
|