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
- Xet hash:
- d2c7fa5cab730e83c1f02f3e7e34c2dbfb8c7e13b29f55e20e147fa7a40a8c23
- Size of remote file:
- 5.3 kB
- SHA256:
- 51cea181b99527241ee3005764d76bfeebae5ccffd27a98ca3377851f3decd85
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.