Nudity detection with Python. Port of nude.js to Python.
Project description
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+
PIL or 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 .
Links
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.1.3.tar.gz
(4.5 kB
view details)
File details
Details for the file nudepy-0.1.3.tar.gz
.
File metadata
- Download URL: nudepy-0.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 257418ae8b2149db742191f302cf1b91f48125d08371b77e7df6fef2cf2f04dc |
|
MD5 | 5371c6fe0aa051379dbc6300da03c6fd |
|
BLAKE2b-256 | dc1f6ee3da295eddde700ff33497be6faf6566c429e6bd2c5767cbcc01b4111d |