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.
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
nudityradar-0.2.6.tar.gz
(15.9 MB
view details)
File details
Details for the file nudityradar-0.2.6.tar.gz.
File metadata
- Download URL: nudityradar-0.2.6.tar.gz
- Upload date:
- Size: 15.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b22a91467d8b7e9f4c3fdae1025ca4d2aeea1ddfe0296885c142238cd72e9d9
|
|
| MD5 |
38dac699b18c519c284808ae3b90470b
|
|
| BLAKE2b-256 |
c27df00fd58f50aed7b057b7b51dc5f4c982c5f678772468c755e05cc4bbd58f
|