Nudity detection with re-trained Tensorflow MobileNet Model http://nudity.canaydogan.net
Project description
About
Nudity detection with re-trained Tensorflow MobileNet Model. Accuracy is 92.2% based on my dataset. Give it a try: http://nudity.canaydogan.net
Installation
$ pip install nudity
Requirements
Python3.5+
Usage
via command-line
$ nudity --image=IMAGE_FILE
via Python Module
from nudity import Nudity
nudity = Nudity();
print(nudity.has('/file/path/example.jpg'))
# gives you True or False
print(nudity.score('/file/path/example.jpg'))
# gives you nudity score 0 - 1
Project details
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
nudity-0.2.3.tar.gz
(15.8 MB
view details)
File details
Details for the file nudity-0.2.3.tar.gz
.
File metadata
- Download URL: nudity-0.2.3.tar.gz
- Upload date:
- Size: 15.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d26e10346f00ad76b1166a221f1b56877d154ca343e82c6e6c8e738ca5f27d5f
|
|
MD5 |
b890cc0361f3d53e47fd0be7e95d54ee
|
|
BLAKE2b-256 |
db01054aa42b8ca68439a68f158455cda5b0eb210dc00c9305a2918a60418167
|