Client Libraries and SDKs
Curia.ai currently supports python and node.js
python SDK
The Curia Python SDK is built to PyPi and can be installed with pip as follows:
pip install curia
You can install from source by cloning this repository and running a pip install command in the root directory of the repository:
git clone https://github.com/FoundryAI/curia-python-sdk.git
cd curia-python-sdk
pip install .
Node.js javascript SDK
The Curia Node SDK is built and deployed to npm and can be installed with npm
as follows:
npm i -S @curia/curia-sdk
You can install from source by cloning this repository and running a pip install command in the root directory of the repository:
git clone https://github.com/FoundryAI/curia-node-sdk.git
cd curia-node-sdk
npm i