mdietrichstein/tensorflow-open_nsfw
A TensorFlow port of Yahoo's Open NSFW deep learning classifier for detecting inappropriate images.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository provides a TensorFlow reimplementation of Yahoo’s Open NSFW (Not Safe For Work) image classification model. It converts the original Caffe weights to TensorFlow format and includes a classification script that takes a JPEG image as input and outputs SFW/NSFW probability scores. The model uses a deep neural network for content classification and supports different image loading mechanisms to replicate the original implementation’s behavior.