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