Instructions to use DamarJati/plastic-recycling-codes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DamarJati/plastic-recycling-codes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DamarJati/plastic-recycling-codes") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("DamarJati/plastic-recycling-codes") model = AutoModelForImageClassification.from_pretrained("DamarJati/plastic-recycling-codes", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 31e76679ff1223456b95d6004066c43ebbc3d28ac21b7d13fe95e2315e4e63b6
- Size of remote file:
- 4.09 kB
- SHA256:
- bad65dda9ef93251f9e9e6e3ec6b4ebeb2d25aa989158e9296c499cbd10a2324
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.