Skip to main content

Nudity detection with Python. Port of nude.js to Python.

Project description

Build status

About

Nudity detection with Python. Port of nude.js to Python.

Installation

from pip:

$ pip install --upgrade nudepy

from easy_install:

$ easy_install -ZU nudepy

Requirements

  • Python2.7+ and Python3.3+

  • Cython

  • Pillow

Usage

via command-line

$ nudepy IMAGE_FILE

via Python Module

import nude
from nude import Nude

print(nude.is_nude('./nude.rb/spec/images/damita.jpg'))

n = Nude('./nude.rb/spec/images/damita.jpg')
n.parse()
print("damita :", n.result, n.inspect())

see examples .

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

nudepy-0.3.tar.gz (25.6 kB view details)

Uploaded Source

File details

Details for the file nudepy-0.3.tar.gz.

File metadata

  • Download URL: nudepy-0.3.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for nudepy-0.3.tar.gz
Algorithm Hash digest
SHA256 2197a81c930e0e73b53b35a767d21da1ad7b8d03ef05d3db3e3fb8c10a2d1870
MD5 31e1b3aed679e68d88f39b5794ef3cbe
BLAKE2b-256 7885537f4d2187d7306fb0bf84a15b84991819824f75061d75273348112b57ec

See more details on using hashes here.

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