2017 © Pedro Peláez
 

library yii2-nudity-detector

This algorithm tries to detect nudity in the image based on the amount os skin colors in it. Based on work of FreebieStock (https://github.com/FreebieStock/php-nudity-detector)

image

necrox87/yii2-nudity-detector

This algorithm tries to detect nudity in the image based on the amount os skin colors in it. Based on work of FreebieStock (https://github.com/FreebieStock/php-nudity-detector)

  • Saturday, October 31, 2015
  • by necrox87
  • Repository
  • 1 Watchers
  • 2 Stars
  • 164 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

PHP Nudity Detector

This algorithm tries to detect nudity in the image based on the amount os skin colors in it. Based on work of FreebieStock (https://github.com/FreebieStock/php-nudity-detector), (*1)

The algorithm is based on J. Marcial-Basilio et al. (2011) paper., (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require necrox87/yii2-nudity-detector "dev-master"

or add, (*5)

"necrox87/yii2-nudity-detector": "dev-master"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by:, (*7)

The Versions

31/10 2015

dev-master

9999999-dev

This algorithm tries to detect nudity in the image based on the amount os skin colors in it. Based on work of FreebieStock (https://github.com/FreebieStock/php-nudity-detector)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Marco Germani

library yii2 nudity detector