Please enable JavaScript.
Coggle requires JavaScript to display documents.
Temp (REQ: (Factors: (Accuracy of Face recognition, Scalable solution for…
Temp
REQ:
Factors:
Accuracy of Face recognition
Scalable solution for a large database
Performance and speed optimization
Environment: Front Desk / Reception
Standalone system package
Interaction: API / Trigger application swiss pay or some other billing app
Register new customer and existing customer data from existing files
Application installed on a hardware onsite
Face Upload
API End Point: face_upload/upload
POST
only
Request Images
Save image
Response Image saved or not saved
inupt text field username
Face Recognition
API End Point: face_recognition/recognize
POST
only
Request Images
Compare Image with Existing Image
Response Person name or unique username
Face Landmark Detect
Request Image
Find Landmarks
API End Point: face_landmark_detect/landmark
POST
only
Response Landmarks
Face Detect
Request Image
Find Face
API End Point: face_detection/detect
POST
only