We are now a pip entry, you could just do pip install nonude
to get the entry.
A nudity detection plugin on the system level that is used to check if the photographs uploaded have nudity or not.
- Python2.7+ and Python3.3+
- PIL or Pillow
virtualenv venv
source venv/bin/activate
pip install Pillow
python setup.py install
make clean
in case you want to remove it.
$ nonude IMAGEPATH/NAME
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.