Metadata-Version: 2.1
Name: neuralspace
Version: 0.2.24
Summary: A Python CLI for NeuralSpace APIs
Home-page: https://docs.neuralspace.ai
Author: Ayushman Dash
Author-email: ayushman@neuralspace.ai
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7,<3.9
Description-Content-Type: text/markdown
Requires-Dist: click (~=7.0.0)
Requires-Dist: randomname (~=0.1.3)
Requires-Dist: prettytable (~=2.1.0)
Requires-Dist: rich (~=10.7.0)
Requires-Dist: coloredlogs (~=14.0.0)
Requires-Dist: pandas (~=1.2.5)
Requires-Dist: PyYAML (~=6.0)
Requires-Dist: urllib3 (~=1.26.5)
Requires-Dist: ruamel.yaml (~=0.16)
Requires-Dist: simple-term-menu (~=1.3.0)
Requires-Dist: jsonschema (~=3.2.0)
Requires-Dist: pykwalify (~=1.8.0)
Requires-Dist: aiohttp (~=3.6.3)
Requires-Dist: numpy (~=1.19.5)
Requires-Dist: requests (~=2.27.1)
Requires-Dist: packaging (~=21.3)
Provides-Extra: full
Requires-Dist: datasets (~=1.18.3) ; extra == 'full'

# NeuralSpace CLI
This is a command line tool to access NeuralSpace APIs. Checkout our [docs here](https://docs.neuralspace.ai) 

## Prerequisites

- Python3.7+

## Install

```shell script
pip install neuralspace
```

## Usage

### Login

Login to the NeuralSpace platform from your shell.

```shell script
NEURALSPACE_EMAIL_ID="YOUR-NEURALSPACE-EMAIL-ID"
NEURALSPACE_PASSWORD="YOUR-NEURALSPACE-PASSWORD"

neuralspace login -e $NEURALSPACE_EMAIL_ID -p $NEURALSPACE_PASSWORD
```

### Supported Apps

- `nlu`

[Build your first NLU model with the NeuralSpace platform](docs.neuralspace.ai/natural-language-understanding/quickstarts/python)

### NLU

Supported commands

```shell script
neuralspace nlu
```

use the `--help` argument to get a list of command arguments



# TODO:
- type in training data after conversion

