NSFW images detection and classification

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da SmartClick | Aggiornamento 23日前 | Visual Recognition
Popolarità

9.7 / 10

Latenza

1,081ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

remove dick but not boobs

Is it possible to not remove naked groats but still remove dicks?

Rapid account: Anahit Mkrtchyan
anahit.mkrtchyan Commented 1年前

Hi Evgenii, you can check header file and choose each categories sensitivity from there. It can be increased or decreased from your side.

import requests

url = "url_to_the_image.jpg"

payload = "-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"image\"\r\n\r\n\r\n-----011000010111000001101001--\r\n\r\n"
headers = {
   "content-type": "multipart/form-data; boundary=---011000010111000001101001",
   "exposed-breast-f": "1",
   "exposed-genitalia-m": "0.4",
   "X-RapidAPI-Key": "<YOUR-APIKEY>",
   "X-RapidAPI-Host": "nsfw-images-detection-and-classification.p.rapidapi.com"
}

response = requests.post(url, data=payload, headers=headers)

print(response.json())

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti