2017 © Pedro Peláez
 

api nudity-detector-api

Detects whether the submitted image contains nudity.

image

gyvastis/nudity-detector-api

Detects whether the submitted image contains nudity.

  • Friday, December 18, 2015
  • by Gyvastis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

nudity-detector-api

Detects whether the submited image contains nudity., (*1)

Usage

$ git clone https://github.com/Gyvastis/nudity-detector-api.git, (*2)

$ cd nudity-detector-api, (*3)

$ composer install, (*4)

Request must be in application/json, (*5)

Example POST request to http://yourawesomehost.com/nudity-detector-api/check with the image url you want to check:, (*6)

{
    "url":"https://pbs.twimg.com/media/CS9FQg8UsAAwybp.jpg"
}

Example JSON response:, (*7)

{
    "success": true,
    "message": "Image processed successfully",
    "data": {
        "nude": "9.15%",
        "minimal": "59.5%"
    }
}
  • nude parameter shows how much nudity does the image expose
  • minimal parameter identifies whether the subject in the image is minimally dressed

Note

Use this at your own risk, as it depends on a third party. Consider using a proxy too., (*8)

Bitdeli Badge, (*9)

The Versions

18/12 2015

dev-master

9999999-dev

Detects whether the submitted image contains nudity.

  Sources   Download

The Requires

 

by Vaidas