Python Client for DLTK.


License
MIT
Install
pip install dltk-ai==2.0.0

Documentation

DLTK SDK (Python)

Python 3.5

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.

import dltk_ai
c = dltk_ai.DltkAiClient('API Key')
response = c.sentiment_analysis('I am feeling good.')
print(response)

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

License

The content of this project itself is licensed under GNU LGPL, Version 3 (LGPL-3)