Skip to main content

A LangAI API client written in Python.

Project description

# langai-python [![travis](https://api.travis-ci.com/lang-ai/langai-python.svg?branch=master)](https://travis-ci.com/lang-ai/langai-python)

A LangAI API client written in Python.

Check the [API Docs](https://docs.lang.ai) and the [Developer site](https://lang.ai/developers) for more info on how to use and integrate the API.

> To work with the LangAI API, you must have a token. If you don't have a token already, [request an invite](https://lang.ai/developers).

## Installation

Install [`langai-python`](https://www.npmjs.com/package/langai-python) in your python project with pip.

```
pip install -u langai
```


See the example below on how to import and use the LangAI API to analyze intents in new texts. A projectId is required. Check the [`workflow`](https://docs.lang.ai/#workflow) documentation to get an overview of the process.

## Usage

```python
from langai import LangAiClient

lang = LangAiClient("your_token")
params = {
text: 'your-text',
projectId: 'your-projectId',
}
result = lang.analyze(**params)
print(result)

```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langai-client-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

langai_client-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page