Instructions to use prithivMLmods/WikiArt-Genre with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/WikiArt-Genre with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/WikiArt-Genre") 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-Genre") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/WikiArt-Genre") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,6 @@ tags:
|
|
| 13 |
- Genre
|
| 14 |
- art
|
| 15 |
- SigLIP2
|
| 16 |
-
- 100K
|
| 17 |
---
|
| 18 |
|
| 19 |

|
|
@@ -195,4 +194,4 @@ This model is best suited for:
|
|
| 195 |
- **Museum and gallery cataloging systems**
|
| 196 |
- **Art history research tools**
|
| 197 |
- **Training data enrichment for AI art models**
|
| 198 |
-
- **Art-themed e-commerce filtering and tagging**
|
|
|
|
| 13 |
- Genre
|
| 14 |
- art
|
| 15 |
- SigLIP2
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |

|
|
|
|
| 194 |
- **Museum and gallery cataloging systems**
|
| 195 |
- **Art history research tools**
|
| 196 |
- **Training data enrichment for AI art models**
|
| 197 |
+
- **Art-themed e-commerce filtering and tagging**
|