Python Library Setup
pip install kiln_ai
Last updated
pip install kiln_ai
Last updated
If you aren't a developer, feel free to skip ahead.
The Python library is completely optional. It's not required to use Kiln.
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.
To install Kiln, run the following command:
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:
We also offer a self-hostable REST API for Kiln, based on FastAPI.