Metadata-Version: 2.1
Name: dltkai
Version: 1.0.5
Summary: Python Client for DLTK.
Home-page: https://github.com/dltk-ai/dltkai-sdk
Author: DLTK
Author-email: connect@qubitai.tech
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# DLTK SDK (Python)
[![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg)](https://www.python.org/downloads/release/python-350/)


[![](https://github.com/dltk-ai/dltkai-sdk/blob/master/dltkai/dltk.png)](https://dltk.ai/)

DLTK renders a comprehensive spectrum of solutions that can be accessed by users on-demand from our pool of transformational technologies.

### Installation

DLTK SDK requires Python 3.5 + . Go to https://dltk.ai/ and create an app. On creation of an app, you will get an API Key.

```sh
from dltkai.nlp import sentiment
response = sentiment('I am feeling good.')
print(response)
```

For more details, visit https://dltk.ai/


