Metadata-Version: 2.1
Name: dltkai
Version: 1.1.2
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
Requires-Dist: Keras
Requires-Dist: tensorflow (==2.2.0)
Requires-Dist: imageai (==2.1.5)
Requires-Dist: nltk (==3.4.5)
Requires-Dist: spacy (==2.2.4)
Requires-Dist: numpy (==1.18.1)
Requires-Dist: scikit-learn (==0.22.1)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: seaborn (==0.10.0)
Requires-Dist: matplotlib (==3.1.3)
Requires-Dist: gensim (==3.8.1)
Requires-Dist: beautifulsoup4 (==4.8.2)
Requires-Dist: rake-nltk (==1.0.4)
Requires-Dist: imutils (==0.5.3)
Requires-Dist: opencv-python (==4.5.1.48)
Requires-Dist: pandas (==1.0.0)
Requires-Dist: streamlit (==0.64.0)

# DLTK open-source 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/python/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 + .

1. Fork the repo on GitHub
2. Download the project code files with:

   ```git clone https://github.com/dltk-ai/dltkai-sdk.git```

3. Go to the project directory

   ```cd dltkai-sdk/python```

4. Install all the required packages:

   ```pip install .```

### Usage
```sh
import dltkai as dl
response = dl.NaturalLanguage.sentiment_detect('I am feeling good.')
print(response)
```

or you can also checkout some samples by running test.py:
```python test.py```

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


## License

The content of this project itself is licensed under [GNU LGPL, Version 3 (LGPL-3)](https://github.com/dltk-ai/dltkai-sdk/blob/master/python/LICENSE)



