Image
Facial Recognition
Detect and identify faces in images with high accuracy
Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.
Input
Enter a URL to a image file
Drag and drop a image file here, or click to browse
The face detection model to use. Default: retinaface
Minimum confidence threshold for face detection. Default: 0.8
Whether to include facial landmarks. Default: true
Whether to include face embeddings. Default: true
Output
{"faces": [{"bbox": [103,85,198,180],"confidence": 0.98,"landmarks": {"left_eye": [131,115],"right_eye": [169,113],"nose": [150,135],"mouth_left": [132,157],"mouth_right": [168,156]},"match": {"person_id": "p12345","name": "Jane Doe","similarity": 0.92}}],"total_faces": 1}