Thisrepositorycontainsanimplementationof[Yahoo'sOpenNSFWClassifier](https://github.com/yahoo/open_nsfw) rewritten in tensorflow.
Theoriginalcaffeweightshavebeenextractedusing[CaffetoTensorFlow](https://github.com/ethereon/caffe-tensorflow). You can find them at `data/open_nsfw-weights.npy`.
Exportsthemodelusingthetensorflowservingexportapi(`SavedModel`).Theexportcanbeusedtodeploythemodelon[GoogleCloudMLEngine](https://cloud.google.com/ml-engine/docs/concepts/prediction-overview), [Tensorflow Serving]() or on mobile (haven't tried that one yet).