Skip to main content

Install the Library

Kinetix ML should be installed as a node module using the command below.

Initialization

First start by importing the module.
Create the pipeline object using your project name, version, and API Key.
Initialize the pipeline.

Execution

To execute the pipeline you need to run the execute method with the required input data.

Webcam Inference

The pipeline will need a data source for each of its inputs. A common input is image data for nodes such as PoseDetection2D. For these nodes you can use OpenCV.