Instructions to use sharmajai901/Watermark-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sharmajai901/Watermark-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sharmajai901/Watermark-detection") 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("sharmajai901/Watermark-detection") model = AutoModelForImageClassification.from_pretrained("sharmajai901/Watermark-detection") - Notebooks
- Google Colab
- Kaggle
Ctrl+K