Kiln AI Server
Project description
Kiln AI Server
About Kiln AI
Learn more about Kiln AI at getkiln.ai
This package is the Kiln AI server package. There is also a separate desktop application and python library package.
Github: github.com/Kiln-AI/kiln
Docs: https://kiln-ai.github.io/Kiln/kiln_core_docs/index.html
Installation
pip install kiln_server
API Docs
Our OpenApi docs: https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html
Running the server
python -m kiln_server.server
With auto-reload:
AUTO_RELOAD=true python -m kiln_server.server
Using the server in another FastAPI app
See server.py for examples, but you can connect individual API endpoints to your app like this:
from kiln_server.project_api import connect_project_api
app = FastAPI()
connect_project_api(app)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kiln_server-0.5.2.tar.gz
(138.1 kB
view details)
Built Distribution
File details
Details for the file kiln_server-0.5.2.tar.gz
.
File metadata
- Download URL: kiln_server-0.5.2.tar.gz
- Upload date:
- Size: 138.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd7d8765fe89bdc2a2d76f09bc5d3eaca52cf00f52e1ee5d7a882045afb2d852 |
|
MD5 | 0e1317031432618229a4cb9b47cb0ec6 |
|
BLAKE2b-256 | 82d884e751e2fff16d0e915a78566d454068d352e0e87cc0fb3dd5a385b6ce05 |
File details
Details for the file kiln_server-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: kiln_server-0.5.2-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbd40ae4bebfef016d9943367a5b67f78512feb81c350c71eaec30b3d8027835 |
|
MD5 | 0b19e18d5f754abdfd524feab939cc83 |
|
BLAKE2b-256 | a456e9222b03372e7141895d990fc56621d62a48850f8d232447315f22628f6a |