Face Mask Detection

免费增值
Verified
通过 PresentID | 已更新 13 days ago | Artificial Intelligence/Machine Learning
人气

6.8 / 10

延迟

642ms

服务等级

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)
关注者:43
资源:
产品网站
API 创建者:
Rapid account: Present ID
PresentID
PresentID
登录并给 API 打分
打分:3.7 - 投票:3