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+
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.2.tar.gz
(6.0 kB
view details)
File details
Details for the file nudepy-0.2.tar.gz
.
File metadata
- Download URL: nudepy-0.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a40a69d9fbb845924c26002339b2b8ee88443ff7222c1c39b172e5413848d66 |
|
MD5 | db61b1e5ed97e3f1935c98d6761dd2e7 |
|
BLAKE2b-256 | 6ac7168b6bedac3dfd4222a1c8eadc57fcd10e859347ea96a47c7d22bcbe05bd |