serengil

↗ HN profile [ 24.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. DeepFace Cloud exposes DeepFace capabilities (e.g. verification, embeddings) via a simple API. It's built on top of open source deepface.

  2. Hey, I'm the author of this work and the maintainer of DeepFace. In this paper, we ensemble the top 5 DeepFace backbones and feed them into a GBM model instead of relying on a single embedding model. On LFW, this…

  3. DeepFace previously relied on filesystem-based datasets and pickle caches for face search, which made it stateful and hard to expose via APIs. We introduced register and search functions that store embeddings in a…

  4. Excited to share an update to LightPHE, a lightweight partially homomorphic encryption library for Python. This update enables the encryption and decryption of multi-dimensional vector embeddings and the computation of…

  5. Homomorphic encryption enables computations to be performed directly on encrypted data without requiring access to the private key. This allows data to be securely stored in the cloud while still being processed using…

  6. DeepFace is a leading open-source library for facial recognition and facial attribute analysis, and the de facto standard in Python. It wraps multiple state-of-the-art models that have reached — and even surpassed —…