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

|
| 18 |
|
| 19 |
# **Graphic-Class**
|
| 20 |
|