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