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.4.tar.gz
(26.5 kB
view details)
File details
Details for the file nudepy-0.4.tar.gz
.
File metadata
- Download URL: nudepy-0.4.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fe9547d77a0723d474609c1e81fefc63f62b094ccd5eee85631aa143f023402 |
|
MD5 | fb6427ca158682ae71181c81fe3c2746 |
|
BLAKE2b-256 | fbd68d54af5fd71a731e2cd86de8c26f6498fb0ce7743e392c8c5f4588ba2a1f |