Image Classification
Transformers
Safetensors
English
siglip
text-generation-inference
siglip2
image-filter
safe-image-moderation
adult-content-filter
content-safety
anime-detection
ai-safety
Instructions to use prithivMLmods/Image-Guard-ckpt-3312 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Image-Guard-ckpt-3312 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Image-Guard-ckpt-3312") 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/Image-Guard-ckpt-3312") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Image-Guard-ckpt-3312") - Notebooks
- Google Colab
- Kaggle
Ctrl+K