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.6.0.tar.gz
(137.0 kB
view details)
Built Distribution
File details
Details for the file kiln_server-0.6.0.tar.gz
.
File metadata
- Download URL: kiln_server-0.6.0.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 | e2703fcf0da3fcf3d725b0bcfd9c3146c711cbe7bc34480d4ae2be907f0c845b |
|
MD5 | e3877f652227cdeb20185494cfc832e7 |
|
BLAKE2b-256 | ee4d2fb20c364428155420b53d77dc923e31164124bc250302575ebfd1fa29ad |
File details
Details for the file kiln_server-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: kiln_server-0.6.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6e3f65ca2e502ba16f1aefa8d7f53b943916ad69328326474871bb99fedb67e |
|
MD5 | d81e354c2ba753d0d45ed8e798734634 |
|
BLAKE2b-256 | a3b630836a525625dcb860a53835d441e7131d20d0abff7d88555cf0bae8733f |