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+
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
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.3.1.tar.gz
(26.5 kB
view details)
File details
Details for the file nudepy-0.3.1.tar.gz
.
File metadata
- Download URL: nudepy-0.3.1.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93d55544f48c917a96c12c06184b2bd02c5fe0aceb4e0dbf71954fa106ba93cc |
|
MD5 | ed01cd817034d30ca4f9385771b3cd02 |
|
BLAKE2b-256 | 074d28c26c108de51a39518866f58ac9c05b15bb1ae00241ae303f0b9113b925 |