Instructions to use jnmrr/ds3-img-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jnmrr/ds3-img-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jnmrr/ds3-img-classification") 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("jnmrr/ds3-img-classification") model = AutoModelForImageClassification.from_pretrained("jnmrr/ds3-img-classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d3a7216 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c6cc8ffd94025c9e00fadf213825a92f261358a56e78b613f233178b10436ef6
size 5368
|