Releases: Black-Pepper-Team/face-extractor-svc
Releases · Black-Pepper-Team/face-extractor-svc
Hackathon
Added
Basic proof-of-concept hackathon version of a face extractor service. Currently, it has the following two HTTP methods:
- Getting the closest public key based on the provided image.
- Outputs the
claim_id
from the issuer service by providing the image and other metadata.
The service uses a face-embedding neural network under the hood that effectively analyzes the facial data.