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
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
Release history Release notifications | RSS feed
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.14.tar.gz
(143.2 kB
view details)
File details
Details for the file kiln_server-0.14.tar.gz.
File metadata
- Download URL: kiln_server-0.14.tar.gz
- Upload date:
- Size: 143.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.28
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
387bf09a174219758b6f516d4b48cab13eb4c7baffaf44d4f7ba4d7db75cbb1e
|
|
| MD5 |
e66df889153cfd880c0bba8433c909cf
|
|
| BLAKE2b-256 |
21cd3d0a80108eddec4f523dd0a515f30e15b01cee16f8aa7616aebcf796e7e9
|