Skip to main content

Getting Started

Open In Collab Run in Postman

Install NeuralSpace using pip​

If you wish to use the NeuralSpace CLI, install from pip using the following command

pip install neuralspace
ADVANCED: ACCESS YOUR PRIVATE CLOUD THROUGH THE CLI

After installing neuralspace CLI, set this environment variable if you have a private cloud.

export NEURALSPACE_URL="URL TO YOUR PRIVATE CLOUD"

Login​

To use the CLI, you will first have to log in into your NeuralSpace account. This saves your encrypted credentials locally and reuses it for all other commands.

Prerequisites​

  • Python3.7+
  • Git
  • An activated account on the NeuralSpace Platform
  • A linux system
neuralspace log in

This will prompt you to enter the email and hide protected password.

Install App​

To start using an app, you will first have to install it.

neuralspace install-app -n nlu

The above command installs nlu into your account. Replace nlu with any App that you wish to install.

List Apps​

You can also view all the Apps that have been installed into your account using the CLI.

neuralspace list-Apps