Image Classification
Transformers
Safetensors
English
siglip
Image-Classification
Watermark-Detection
SigLIP2
Instructions to use Rishabh5150/Watermark-Detection-SigLIP2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rishabh5150/Watermark-Detection-SigLIP2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Rishabh5150/Watermark-Detection-SigLIP2") 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("Rishabh5150/Watermark-Detection-SigLIP2") model = AutoModelForImageClassification.from_pretrained("Rishabh5150/Watermark-Detection-SigLIP2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8c83ffd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c0cbfb77eb98b584a4f5d3aabe2ad6d96b546958cd2d9a0587f4c9793b4a42ff
size 371567992
|