Fal
About
No description provided for this workspace.
Solutions
0No solutions published yet.
Published applications from this workspace will appear here.
Components
3
Estimate Face Embeddings (AuraFace v1)
Face identity embedding extractor: takes an Image and a [[Landmark]] of per-face keypoints, aligns each face by a five-point affine crop, runs an ONNX recognition network, and emits one L2-normalised [Embedding] per face in input order.

Detect Faces (Auraface)
SCRFD face detector over an Image that emits [BoundingBox] or [(BoundingBox, [Landmark])] — one box plus optional five-point facial keypoints per face — with the arm chosen by the downstream connection. Use to find and align faces.

Estimate Face Age and Gender (AuraFace v1)
Per-face age and binary-gender estimator over an Image plus [Rectangle] face boxes, running an ONNX network per crop and emitting one box-ordered record on the resolved arm: age+gender objects (default), gender strings, age ints, a count, or an overlay.

