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 .
Links
Release files for nudepy 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nudepy-0.5.1.tar.gz | 35.8 kB | Details |
Release files / nudepy-0.5.1.tar.gz
| Download URL | nudepy-0.5.1.tar.gz |
|---|---|
| Size | 35.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1f51b177d556bbc26a59cb2392736641a4e5423bd0167b95353ca34fabed58e9
|
|
BLAKE2b-256 checksum How to use checksums |
58cefc37ad2a19308ef2b36a6a3c2baa1eb440b0b47ca7ceb631517fe5ece71f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|