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