Metadata-Version: 2.4
Name: clokai
Version: 0.1.1
Summary: ClokAI - Proprietary Transformer Library with MoE, KAN, SNN
Home-page: https://github.com/ClokAI/clokai
Author: ClokAI
Author-email: ClokAI <contact@clokai.dev>
Project-URL: Homepage, https://github.com/ClokAI/clokai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0
Requires-Dist: transformers>=4.35.0
Requires-Dist: safetensors>=0.4.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# ClokAI Library

Proprietary transformer library with MoE, KAN, SNN, Emotion, Persona modules.

## Build

```bash
bash build_lib.sh
```

## Upload to PyPI

```bash
cd clokai-lib
pip install twine
twine upload dist/*
```

## Install

```bash
pip install clokai
```

## Usage

```python
from clokai import CiModel, CiConfig, AutoClokAI

# Load from HuggingFace
model = CiModel.from_pretrained("ClokAI/ci-v2-weights")

# Or auto-loader
model = AutoClokAI.from_pretrained("ClokAI/ci-v2-weights")
tokenizer = AutoClokAI.load_tokenizer("ClokAI/ci-v2-weights")
```

## License

Proprietary - ClokAI
