nudepy 0.5.1
pip install nudepy
Latest version
Released:
Nudity detection with Python. Port of nude.js to Python.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Hideo Hattori
- Tags nude
Classifiers
- Development Status
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Hideo Hattori
- Tags nude
Classifiers
- Development Status
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nudepy-0.5.1.tar.gz
.
File metadata
- Download URL: nudepy-0.5.1.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f51b177d556bbc26a59cb2392736641a4e5423bd0167b95353ca34fabed58e9 |
|
MD5 | 24295aa21faebf7ca66615a708719df7 |
|
BLAKE2b-256 | 58cefc37ad2a19308ef2b36a6a3c2baa1eb440b0b47ca7ceb631517fe5ece71f |