Face count
An ML model that automatically counts the number of human faces in an image
Overview
Use cases
API endpoints
Example API responses
Input image
API response
Last updated
An ML model that automatically counts the number of human faces in an image
Last updated
{
"status": "success",
"version": "2.9.3",
"faces_num": 3,
"message": "More than one face found.",
"file_downloaded": "sample3.jpg",
"request_uuid": "f21d52ac-c4d4-4382-aa21-3fbc371fcc5d",
"sha1": "0e9c0bb0c1d6b9a77214000e1d57a75fa02d65db"
}{
"status": "success",
"version": "2.9.3",
"faces_num": 1,
"message": "Only one face found.",
"file_downloaded": "sample4.jpg",
"request_uuid": "2007adda-f222-44fe-90f5-f34ba2af842b",
"sha1": "a5fe39a5837108df318b31a2f2a426f7d464bffa"
}