Experiment gallery#
These are experiments, built with Kiso and published as open repositories. Each has its own README with experiment-specific prerequisites, data, and instructions.
Every experiment follows the standard Kiso workflow:
git clone <experiment-repo-url>
cd <experiment-directory>
kiso check experiment.yml
kiso up experiment.yml
kiso run experiment.yml
kiso down experiment.yml
Experiment |
Components |
Description |
|---|---|---|
|
AI agent workload running a local LLM with Pydantic-structured output |
|
|
Multiple AI agents on two nodes, one with local LLM and a local Agent, and another running an agent using the LLM on the first node. Both returning Pydantic-structured output |
|
|
Deep learning classifier for automated plankton image categorisation |
|
|
Audio analysis workflow for detecting orca whale vocalisations |
|
|
Hyper-distributed swarm framework across multiple testbeds |
|
|
A Kiso experiment that tests bandwidth between two nodes on two different sites. The experiment runs |
Submit your experiment#
This list is meant to grow. If you have built an experiment with Kiso and want to share it with the community, open an issue on the pegasus-isi/kiso#issues or follow the process on the Contributing page.