Skip to content

Releases: Black-Pepper-Team/face-extractor-svc

Hackathon

25 Mar 17:42
ac2f642
Compare
Choose a tag to compare

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.