Metadata-Version: 2.1
Name: lamini
Version: 2.0.13
Summary: Build on large language models faster
Author-email: PowerML <info@powerml.co>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lamini-configuration[yaml]
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: jsonlines
Requires-Dist: pandas
Requires-Dist: azure-storage-blob
Requires-Dist: scikit-learn
Requires-Dist: aiohttp

# Lamini

Create your own Generative AI.

This python package is a client + SDK compatible with the Lamini API, documented here: [https://lamini-ai.github.io/](https://lamini-ai.github.io/). For this reason, we recommend that most users stay up-to-date with the most recent stable version of our package available via `pip install --upgrade --force-reinstall lamini`.

## Installation

```sh
pip install lamini
```

## Setup your keys

Go to [https://app.lamini.ai/account](https://app.lamini.ai/account) and log in to get your API key.

Create `~/.lamini/configure.yaml` and put a key in it.

```sh
production:
    key: "<YOUR-KEY-HERE>"
```

# Documentation

Package documentation here: [https://lamini-ai.github.io/](https://lamini-ai.github.io/)

# Github

Package source code here: [https://github.com/lamini-ai/lamini](https://github.com/lamini-ai/lamini)
