Installation

Installation

To get started with the AI Model Tracking Library, install the package:

npm install @handit.ai/node

After installing the package, you can import it in your project:

const { config, 
        interceptAxiosRequest, 
        interceptFetchRequest, 
        captureModel } = require('@handit.ai/node');

Now you are ready to configure the library and start tracking.

Last updated