Face Mask Detection

GRATIS CON POSSIBILITร€ DI UPGRADE
Verified
โœ“
Da PresentID | Aggiornamento vor 14 Tagen | Artificial Intelligence/Machine Learning
Popolaritร 

6.3 / 10

Latenza

642ms

Livello di servizio

100%

Health Check

N/A

README

Python Quick Start

import requests

url = "https://face-mask-detection.p.rapidapi.com/FaceMaskDetection"

payload = "linkFile=%3CREQUIRED%3E"
headers = {
    'content-type': "application/x-www-form-urlencoded",
    'x-rapidapi-key': "f485496ab8msh2ea068a0bbe333cp179f86jsn2b4afe8962dd",
    'x-rapidapi-host': "face-mask-detection.p.rapidapi.com"
    }

response = requests.request("POST", url, data=payload, headers=headers)

print(response.text)
Follower: 43
Risorse:
Sito web del prodotto
Creatore dell'API:
Rapid account: Present ID
PresentID
PresentID
Accedi per valutare l'API
Valutazione: 3.7 - Voti: 3