Face Mask Detection

फ्रीमियम
Verified
द्वारा PresentID | अपडेट किया गया 13 days ago | Artificial Intelligence/Machine Learning
लोकप्रियता

6.8 / 10

लेटेंसी

642ms

सेवा का स्तर

100%

Health Check

N/A

रीडमी

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)
फॉलोवर: 43
संसाधन:
उत्पाद वेबसाइट
API निर्माता:
Rapid account: Present ID
PresentID
PresentID
API को रेट करने के लिए लॉग इन करें
रेटिंग: 3.7 - वोट: 3