GantMan/nsfw_model
A Keras image classification model that detects NSFW content across five categories with 93% accuracy.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository contains a trained deep learning model for classifying images as safe or unsafe for work content. The model classifies images into five categories: drawings, hentai, neutral, porn, and sexy. It is built on Inception V3 and MobileNet architectures and was trained on over 60GB of data. The model provides both a Python API via the nsfw_detector module and a command-line interface for programmatic and batch predictions.