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
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.1.tar.gz
(4.2 kB
view details)
File details
Details for the file nudepy-0.1.1.tar.gz
.
File metadata
- Download URL: nudepy-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8140a9d3a83b0091aec16b563e44d1b53c35cd2c522d5bcb32703b99daeb973 |
|
MD5 | 483284167edb1711c97951061d4288ed |
|
BLAKE2b-256 | f0d146079812c276b4def4d5959da56f3ad2d2297d6f896172f36f7f9cc95d60 |