Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.02 KB

ReadMe.md

File metadata and controls

34 lines (28 loc) · 1.02 KB

nonude

PyPI version Code Health 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 Pillow

Development 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.