Introduction

degirum-face is a high-performance Python library for face detection, recognition, and tracking in images and video. Built for production deployments with minimal code and support for CPU and edge AI accelerators. Code examples and usage tutorials are available in the DeGirum Face Recognition repoarrow-up-right.

Fast and efficient face recognition with:

  • Face detection, alignment, embedding extraction, and matching for images, video files, and live streams

  • Multi-hardware support: CPU, GPU, and edge AI accelerators (Hailo, Axelera, DEEPX, Intel, NVIDIA, Rockchip, Google, DeGirum)

  • Simple APIs: Minimal code to detect, enroll, and recognize faces with easy batch processing

  • Flexible configuration: Python or YAML config for models, thresholds, and database paths

  • Production-ready tracking: Real-time face re-identification, event notifications, and automated alert recording

  • Robust database: LanceDB-based storage with vector similarity search

Licensing

degirum-face is one of the application packages licensed by DeGirum. Licensing is managed through DeGirum AI Hubarrow-up-right. Users need to create an AI Hub account and set up a workspace with the appropriate permissions to generate licenses for degirum-face. For workspace plan details and pricing information, visit the Workspace Plansarrow-up-right page and the DeGirum Pricing Pagearrow-up-right.

The library provides code and pipelines for face recognition workflows. Model licensing is separate from the library licensing:

For complete licensing details, see the Models Reference.

Getting Started

Start with Installation & Setup and Basic Concepts, then explore the Guides for your use case.

Last updated

Was this helpful?