kojott/content-moderation-vision 🖼️🔢📝 → 📝

▶️ 210 runs 📅 Aug 2025 ⚙️ Cog 0.15.9 ⚖️ License
content-moderation image-moderation image-nsfw-detection

About

AI-powered content moderation for images using MiniCPM-V-2.6 - analyzes visual content and returns structured safety scores with detailed classifications

Example Output

Output

{
"score": 2,
"classification": "ADULT_THEMES",
"description": "This image depicts a classical statue of a male figure in a state of partial nudity. The figure is muscular and stands with one hand on the neck, suggesting an artistic representation rather than explicit content.",
"concerns": [
"Partial nudity"
],
"safe_for_children": false,
"requires_restriction": true,
"admin_notes": "The statue's depiction of human anatomy may be considered adult-themed due to its partial nudity and realistic portrayal."
}

Performance Metrics

3.86s Prediction Time
20.47s Total Time
All Input Parameters
{
  "image": "https://replicate.delivery/pbxt/Ng1A7s7pbC1rummKT0Bk1UjbiGEPhJQc3zvi2umOywKDHvlc/%27David%27_by_Michelangelo_Fir_JBU004.jpg",
  "top_p": 0.9,
  "prompt": "",
  "temperature": 0.1
}
Input Parameters
image (required) Type: string
Image to analyze for content moderation
top_p Type: numberDefault: 0.9Range: 0 - 1
Top-p for generation
prompt Type: stringDefault:
Custom prompt (optional)
temperature Type: numberDefault: 0.1Range: 0 - 1
Temperature for generation
Output Schema

Output

Type: string

Example Execution Logs
📷 Processing image: /tmp/tmp7n9ayy18'David'_by_Michelangelo_Fir_JBU004.jpg
🤖 Generating response...
/root/.pyenv/versions/3.11.13/lib/python3.11/site-packages/transformers/models/auto/image_processing_auto.py:513: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use `slow_image_processor_class`, or `fast_image_processor_class` instead
warnings.warn(
📝 Raw response: {
"score": 2,
"classification": "ADULT_THEMES",
"description": "This image depicts a classical statue of a male figure in a state of partial nudity. The figure is muscular and stands with one ha...
✅ Content moderation result: ADULT_THEMES (score: 2)
Version Details
Version ID
f029685df7399a35ba89d395c4bb1cf1c53542461cd289ac3f1069e76e6b3470
Version Created
September 8, 2025
Run on Replicate →