Skip to content

Python nudity detection with re-trained Tensorflow MobileNet Model. Accuracy is 92.2% based on my dataset

License

Notifications You must be signed in to change notification settings

canaydogan/nudity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nudity

Build status

About

Nudity detection with re-trained Tensorflow MobileNet Model. Accuracy is 92.2% based on my dataset.

Installation

$ pip install nudity

Requirements

  • Python3.5+

Usage

via command-line

$ nudity --image=IMAGE_FILE

via Python Module

from nudity import Nudity
nudity = Nudity();
print(nudity.has('/file/path/example.jpg'))
# gives you True or False

print(nudity.score('/file/path/example.jpg'))
# gives you nudity score 0 - 1

About

Python nudity detection with re-trained Tensorflow MobileNet Model. Accuracy is 92.2% based on my dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages