Edge Impulse Runner

Get started

Create a ML model and an API key over at https://studio.edgeimpulse.com

Object detection output

The function outputs an array of bounding boxes, one for each object detected in the frame.

{
  bounding_boxes: [
    {
      height: 8,
      label: 'kaffe',
      value: 0.5850982666015625,
      width: 8,
      x: 64,
      y: 16
    }
  ]
}