Skip to main content

Nudity detection with re-trained Tensorflow MobileNet Model

Project description

About

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

Installation

from pip:

$ pip install nudity

Requirements

  • Python3+

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.1.5.tar.gz (15.9 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