1. Get the models

The service needs two ONNX models: a face detector and a face embedder. Fetch both with the provided script:
This downloads: Both files land in ./models/. This directory is git-ignored — models are fetched at build/deploy time, not committed. Do this before docker build — the Docker image bakes these files in (see the Docker tab below), so an empty models/ produces a broken image.
See Models for exactly what these models expect as input, why these specific ones were chosen, and what got ruled out along the way.

2. Choose a build path

3. Confirm it’s up

If this returns 503 instead, the models are still loading — see Health & Readiness.

4. Try it

Full request/response contracts are in the API Reference.