NSFW images detection and classification

부분 유료
Verified
분류별 SmartClick | 업데이트됨 22 дня назад | Visual Recognition
인기

9.7 / 10

지연 시간

1,062ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

remove dick but not boobs

Rapid account: Admin C B 59 CE 5 Mz
admin-cB59CE5mz
год назад

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

Rapid account: Anahit Mkrtchyan
anahit.mkrtchyan Commented год назад

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())

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입