zf-kbot/md-ec-nsfw-detector

Public
2.4M runs

Run zf-kbot/md-ec-nsfw-detector with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image
string
Input image to classify.
detect_size
None
320
Detection resolution. 320 is faster, 640 may catch smaller details.
buttocks_exposed
number
0.7
Threshold for BUTTOCKS_EXPOSED.
female_breast_exposed
number
0.7
Threshold for FEMALE_BREAST_EXPOSED.
female_genitalia_exposed
number
0.5
Threshold for FEMALE_GENITALIA_EXPOSED.
anus_exposed
number
0.7
Threshold for ANUS_EXPOSED.
male_genitalia_exposed
number
0.5
Threshold for MALE_GENITALIA_EXPOSED.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output"
}