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.2.tar.gz
(4.2 kB
view details)
File details
Details for the file nudepy-0.1.2.tar.gz
.
File metadata
- Download URL: nudepy-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bfd8fb95ad8774820eaf4c96e298bd042422805b984e0130e2ea7927714fe39 |
|
MD5 | 0f80029d9ca48433f013e6cd44d8c13b |
|
BLAKE2b-256 | 38ed09f5a9a1a9912b35d2cb72b778bd5158cb44f5663780b7db19071df04f77 |