Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.18 KB

python-library-quickstart.md

File metadata and controls

40 lines (27 loc) · 2.18 KB
icon description
python
pip install kiln_ai

Python Library Setup

{% hint style="info" %} The Python library is completely optional. If you just want to use the app, follow our Quickstart guide. {% endhint %}

Our open source python library allows you to use Kiln from your codebase. This can be as simple as accessing a Kiln dataset from a notebook, or as advanced as running any of our features from code.

PyPI - Version PyPI - Python Version Docs

Installation

To install Kiln, run the following command:

pip install kiln_ai

Library Docs & Examples

Our library docs include an API reference for all of the library's features.

The docs include several quick-start examples to get up and running:

Web/REST API

We also offer a self-hostable REST API for Kiln, based on FastAPI.