Instructions to use prithivMLmods/Recycling-Net-11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Recycling-Net-11 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Recycling-Net-11") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Recycling-Net-11") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Recycling-Net-11") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ tags:
|
|
| 16 |
- Image
|
| 17 |
- SigLIP2
|
| 18 |
---
|
| 19 |
-
|
| 20 |
-

|
| 21 |
|
| 22 |
# **Recycling-Net-11**
|
| 23 |
|