Skip to main content

Nudity detection with re-trained Tensorflow MobileNet Model http://nudity.canaydogan.net

Project description

Build status

About

Nudity detection with re-trained Tensorflow MobileNet Model. Accuracy is 92.2% based on my dataset. Give it a try: http://nudity.canaydogan.net

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nudity-0.2.1.tar.gz (15.8 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page