#293 · Primary category: Computer Vision
nsfw_model
Keras model of NSFW detector
Project last updated:02/26/24
GitHub Stars
2.1K
Forks
302
Contributors
12
License
Other
Why we included this project
This Keras model offers a practical starting point for content moderation if you run a platform where users upload images or chat attachments. It classifies images into five categories: drawings, hentai, neutral, porn, and sexy, so you don't have to label thousands of samples yourself. Pre-trained weights for Inception V3 and a MobileNet variant are included, and you can call the same small Python API from a script or the bundled CLI to process single images, whole directories, or batches. The repo also powers the better-known NSFW JS browser port, which suggests the weights have been exercised by real production users. For teams that want a well-documented baseline before tuning for their own audience, this is a practical asset.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)