{ "description": "Default biometric demo samples for AmanPay. Two enrolled identities so co-authors can test enrollment, tri-modal authentication, and the cardless Pay flow without their own biometrics.", "note": "Face/fingerprint are the verified 'alice' set; voice clips are two utterances from the SAME LibriSpeech speaker (id 426) so enroll/auth match. 'bob' is a distinct identity for negative/impostor tests.", "identities": { "alice": { "enroll": { "face_image": "alice_face_enroll.jpg", "fingerprint_image": "alice_fp_enroll.png", "voice_audio": "alice_voice_enroll.wav" }, "authenticate": { "face_image": "alice_face_auth.jpg", "fingerprint_image": "alice_fp_auth.png", "voice_audio": "alice_voice_auth.wav" } }, "bob": { "enroll": { "face_image": "bob_face.jpg", "fingerprint_image": "bob_fp.png" } } }, "verified": { "trimodal_enroll": true, "pay_flow": true, "example_similarity": 0.79 } }