For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation & Setup

Prerequisites

  • Python & OS Requirements: See DeGirum PySDK Documentation

  • DeGirum AI Hub Account: Create an account at AI Hub and set up a workspace with the appropriate permissions to generate licenses for degirum-face. See Workspace Plans for plan details and Manage AI Hub Tokens for setting up your authentication token

  • Hardware Acceleration (optional): See Runtimes & Drivers for hardware-specific runtime setup


Setup Workflow

Follow these steps to get started with degirum-face:

  1. Create AI Hub Account: Sign up at AI Hub if you don't have an account

  2. Set up Workspace: Create or join a workspace with the appropriate plan (see Workspace Plans)

  3. Generate Token: Follow the token management guide to set up authentication

  4. Install Package: Run pip install -i https://pkg.degirum.com degirum-face

  5. (Optional) Install Hardware Drivers: If using hardware acceleration, set up the required drivers


Installation

DeGirum hosts its own PyPI server for DeGirum packages.


Verify Installation

Quick test using built-in demo images and CPU models:

Note: This demo uses local CPU models and built-in test images for quick verification. For production use with cloud inference, hardware accelerators, or custom images, you'll need to configure your AI Hub token and specify the appropriate inference host and device type. See Basic Concepts for more details.

Last updated

Was this helpful?