Metadata-Version: 2.1
Name: exciton-tools
Version: 0.0.11
Summary: Exciton Infrastructure Tools
Home-page: https://excitonx.com
Author: The Exciton Research
Author-email: excitonx@gmail.com
License: UNKNOWN
Keywords: exciton tools
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ctranslate2 (==3.11.0)
Requires-Dist: numpy (==1.24.2)
Requires-Dist: pysbd (==0.3.4)
Requires-Dist: scikit-learn (==1.2.2)
Requires-Dist: sentence-splitter (==1.4)
Requires-Dist: sentencepiece (==0.1.98)
Requires-Dist: spacy (==3.5.2)
Requires-Dist: torch (==2.0.0)
Requires-Dist: tqdm (==4.65.0)
Requires-Dist: transformers (==4.28.1)

# Exciton Tools

Exciton Tools are a collection of functions and classes developed by the Exciton Research team for infrastructures, pipelines, etc.

## Installation
Use ``pip`` to install exciton_tools. Run:

```
pip install -U exciton_tools
```

## Usage

```

from exciton_tools.elasticsearch import get_all_documents



```

