Face Similarity

फ्रीमियम
द्वारा PresentID | अपडेट किया गया 15일 전 | Visual Recognition
लोकप्रियता

6.9 / 10

लेटेंसी

4,028ms

सेवा का स्तर

100%

Health Check

N/A

रीडमी

PresentID Face Similarity API can detect a face in your image and shows the most similar image.

*Send Data via Base64 or an image URL or an image file
Image size should not exceed 8 MB
Also, the images should not be larger than 5000 pixels and smaller than 50 pixels

Python Quick Start

import requests

api_url = 'https://face-recognition4.p.rapidapi.com/FaceSimilar
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)

फॉलोवर: 48
संसाधन:
उत्पाद वेबसाइट
API निर्माता:
Rapid account: Present ID
PresentID
PresentID
API को रेट करने के लिए लॉग इन करें
रेटिंग: 5 - वोट: 1