Face Detection

フリーミアム
Verified
よって PresentID | 更新済み il y a 8 jours | Visual Recognition
人気

8.7 / 10

レイテンシー

1,219ms

サービスレベル

100%

Health Check

N/A

README

Python Quick Start

  import requests

  api_url = 'https://face-recognition4.p.rapidapi.com/FaceDetection'
  api_key = 'Your API Key'

  image_path = 'Image directory path'
  image_name = 'Image name'

  files = {'Photo': (image_name, open(image_path + image_name, 'rb'), 'multipart/form-data')}
  header = {
      "x-rapidapi-host": "face-recognition4.p.rapidapi.com",
      "x-rapidapi-key": api_key
      }
  response = requests.post(api_url, files=files, headers=header)
フォロワー:49
リソース:
製品のウェブサイト
API作成者:
Rapid account: Present ID
PresentID
PresentID
評価APIにログイン
評価:5-投票:1