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.5.tar.gz
(35.7 kB
view details)
File details
Details for the file nudepy-0.5.tar.gz
.
File metadata
- Download URL: nudepy-0.5.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a0972864fa39c370e66ac3909df9f657a1554098d0579b9bf18d9e1b1df9cf8 |
|
MD5 | 8789f121397f61e86448c83d2a685fa2 |
|
BLAKE2b-256 | 3a816654c41a466dfb80b905fdae8c24027f9bcd1e22c0be49b351594fc7e6fa |