Installing the SDK

PropulsionAI provides SDKs for both Node.js and Python, making it easy to integrate powerful AI capabilities into your applications. Follow the instructions below to install the SDK on your preferred platform.

Installing the SDK on Node.js

You can install the PropulsionAI SDK on Node.js using either npm or Yarn.

Using npm:

To install the SDK using npm, run the following command in your terminal:

npm install propulsionai

Using Yarn:

If you prefer Yarn, you can install the SDK by running:

yarn add propulsionai

Installing the SDK on Python

For Python users, the PropulsionAI SDK can be installed via pip:

pip install propulsionai

Next Steps

Once the SDK is installed, you can start using it to interact with PropulsionAI’s API, manage datasets, deploy models, and more. Refer to the documentation for detailed guides on how to use the SDK for your specific use case.

Generate API KeyUsing the SDK

Last updated