#293 · Primary category: Computer Vision

nsfw_model

inception-v3 inceptionv3 keras machine-learning machinelearning nsfw-data

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