Metadata-Version: 2.1
Name: trendio-ai-features
Version: 0.0.1
Summary: Trendio get features for AI model.
Author: Trendio Team
Author-email: arsen.ext@trendiolive.com
Keywords: trendio,features
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Project Name

TrendioAI Features

## Installation

Add extra index url:
1. To requirements.txt: `--extra-index-url https://{TOKEN}:@pypi.fury.io/trendio/`.
2. To pip.conf: `extra-index-url=https://{TOKEN}:@pypi.fury.io/trendio/`.
3. Use `pip config` command to set extra index url.

Run command to install package:
```bash
pip install trendio_ai_features
```

## Usage

Set environment variables:
- CUSTOM_VOCABULARY_OBJECT_PREFIX
- UTILITY_BUCKET_NAME


```python
from trendio_ai_features import SegmentIdentifierFeatureGenerator
```
