EridAI-SensitiveFactor

Модель распределяющая изображения на Безопасный и Чувствительный (NSFW) факторы.

Использование

from PIL import Image
model = torch.load("pytorch_model.bin")
img = Image.open("photo.jpg")
pred = model(img)  # 0=Clear, 1=Sensitive
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including Darkester/EridAI-SensitiveFactor

Evaluation results