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