Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gearsystems/nonude
Nudity checking tool for use as a safety plugin for checking the type of photographs uploaded. Filter plugin required for GEAR systems.
https://github.com/gearsystems/nonude
Last synced: 3 months ago
JSON representation
Nudity checking tool for use as a safety plugin for checking the type of photographs uploaded. Filter plugin required for GEAR systems.
- Host: GitHub
- URL: https://github.com/gearsystems/nonude
- Owner: gearsystems
- Created: 2014-12-14T08:33:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T05:55:26.000Z (about 9 years ago)
- Last Synced: 2024-09-15T23:05:00.607Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 20
- Watchers: 12
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- awesome - nonude - Nudity checking tool for use as a safety plugin for checking the type of photographs uploaded. Filter plugin required for GEAR systems. (Python)
README
nonude
=======
[![PyPI version](https://badge.fury.io/py/nonude.svg)](http://badge.fury.io/py/nonude)
[![Code Health](https://landscape.io/github/gearsystems/nonude/master/landscape.svg?style=flat)](https://landscape.io/github/gearsystems/nonude/master)
Quick Installations
-------------------
We are now a pip entry, you could just do `pip install nonude` to get the entry.About
-----
A nudity detection plugin on the system level that is used to check if the photographs uploaded have nudity or not.Requirements
------------
* Python2.7+ and Python3.3+
* PIL or PillowDevelopment setup instructions
==============================
* `virtualenv venv`
* `source venv/bin/activate`
* `pip install Pillow`
* `python setup.py install``make clean` in case you want to remove it.
Usage
=====
`$ nonude IMAGEPATH/NAME`Known issues
============
There are known issues where the installation of Pillow might fail, one of it being `jpeg -- no option found`, to fix these please install
`sudo apt-get install libjpeg-dev` on debian based systems.