kojott/content-moderation-vision 🖼️🔢📝 → 📝
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."
}
"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)
- Image to analyze for content moderation
- top_p
- Top-p for generation
- prompt
- Custom prompt (optional)
- temperature
- Temperature for generation
Output Schema
Output
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