# Introduction

**degirum-vehicle** is a high-performance Python library for License Plate Recognition (LPR) and vehicle analytics 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 Vehicle Analytics repo](https://github.com/DeGirum/vehicle_analytics).

**Fast and efficient** vehicle analytics with:

* License plate detection, text recognition, and tracking for images, video files, and live streams
* **Multi-hardware support**: CPU, GPU, and edge AI accelerators - see [supported hardware](https://docs.degirum.com/vehicle-analytics/getting-started/basic-concepts#what-hardware-is-supported)
* **Simple APIs**: Minimal code to detect, track, and recognize license plates with easy batch processing
* **Flexible configuration**: Python or YAML config for models, thresholds, and tracking parameters
* **Production-ready tracking**: Real-time vehicle tracking, Bayesian text aggregation, and event notifications
* **Robust recognition**: Multi-frame text aggregation for improved accuracy

## Licensing

`degirum-vehicle` is one of the application packages licensed by DeGirum. Licensing is managed through [DeGirum AI Hub](https://hub.degirum.com/). Users need to create an AI Hub account and set up a workspace with the appropriate permissions to generate licenses for `degirum-vehicle`.

For complete information on application package licensing, see the [Application Package Licensing Guide](https://docs.degirum.com/ai-hub/application-package-licensing). For workspace plan details and pricing information, visit the [Workspace Plans](https://docs.degirum.com/ai-hub/workspace-plans) page and the [DeGirum Pricing Page](https://degirum.com/pricing).

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

* **License plate detection and recognition models**: Trained by DeGirum and can be used commercially when users license the `degirum-vehicle` package

For complete licensing details, see the [Models Reference](https://docs.degirum.com/vehicle-analytics/reference/models).

## Getting Started

Start with [Installation & Setup](https://docs.degirum.com/vehicle-analytics/getting-started/installation) and [Basic Concepts](https://docs.degirum.com/vehicle-analytics/getting-started/basic-concepts), then explore the [Guides](https://docs.degirum.com/vehicle-analytics/guides/overview) for your use case.
