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.4.tar.gz
(137.0 kB
view details)
Built Distribution
File details
Details for the file kiln_server-0.5.4.tar.gz
.
File metadata
- Download URL: kiln_server-0.5.4.tar.gz
- Upload date:
- Size: 137.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b2d7e8dd78ffa9f31c5377041b9432b2ce7d3ac8f387cb3643103e978237d8 |
|
MD5 | 593aefa6514ec3ffcb35498fabfb795f |
|
BLAKE2b-256 | fdfcb0f904eac7914dbd088eb6b95767f40a7ace37fa20d93bad19fd3da2649a |
File details
Details for the file kiln_server-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: kiln_server-0.5.4-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bc138d6702c30187b26fcb59abbe910466b3cc03067f46e494fecc762893c14 |
|
MD5 | 89c70cb2c21ab3a25e22616f93ebeab4 |
|
BLAKE2b-256 | a88343a3b50fda08fca75f2ab8cc69182ca9e3b743b19055c4a449594c115b2b |