vit-base-nsfw-detectorModel45/100 via “batch image processing with configurable preprocessing”
image-classification model by undefined. 11,33,319 downloads.
Unique: Provides unified preprocessing pipeline handling multiple input formats (URLs, file paths, PIL, numpy) with automatic resizing to ViT's required 384x384 resolution and ImageNet normalization. Outputs structured results compatible with downstream analytics (Pandas, SQL) and moderation workflows.
vs others: More flexible input handling than raw model APIs — supports URLs, file paths, and in-memory objects without boilerplate. Structured output (JSON/CSV) integrates directly into data pipelines, whereas cloud APIs (AWS Rekognition) require additional parsing and formatting steps.