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