nRF Edge AI samples overview

This page provides an overview of the samples, that show how to use the Edge AI Add-on on runtime with models generated by Nordic Edge AI Lab.

The following samples demonstrate typical workflows for deploying models generated by Nordic Edge AI Lab to devices using the nRF Edge AI Library:

  • samples/nrf_edgeai/regression - Shows how to run a regression model (numeric prediction).

  • samples/nrf_edgeai/classification - Shows multi-class classification and result handling.

  • samples/nrf_edgeai/anomaly - Shows anomaly-detection workflows and thresholding.

Each sample includes a set of generated model sources located in src/nrf_edgeai_generated, or guidelines on how to add them. For detailed instructions, refer to the following pages: