Instructions to use circulus/nsfw_image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use circulus/nsfw_image with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="circulus/nsfw_image") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("circulus/nsfw_image") model = AutoModelForImageClassification.from_pretrained("circulus/nsfw_image", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7bfc62b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2a6b06faec569ad6b3873b7040020ab170be9d78d1cd1099a9d331b568aed12d
size 343268717
|