Installing the SDK
Last updated
Last updated
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.
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:
Using Yarn:
If you prefer Yarn, you can install the SDK by running:
For Python users, the PropulsionAI SDK can be installed via pip:
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.