NSFW Detection Save

Trained tensorflow model for detecting nudity in images

Project README

Tensorflow NSFW Image classifier

This is the repository developed for 'Image Classifier in TensorFlow in 5 Min on YouTube using this CodeLab by Google as a guide.

Applications can use this model to detect nudity in the images using tensorflow.

Final test accuracy = 98.2% (N=1098)

training command

python retrain.py \ --bottleneck_dir=bottlenecks \ --how_many_training_steps=500 \ --model_dir=inception \ --summaries_dir=training_summaries/basic \ --output_graph=retrained_graph.pb \ --output_labels=retrained_labels.txt \ --image_dir=trainimg

Give a test image to verify the model

python classify.py test_image.jpg

Open Source Agenda is not affiliated with "NSFW Detection" Project. README Source: minto5050/NSFW-detection
Stars
117
Open Issues
7
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating