ParamInter is a novel toolset to explore continous input-output parameter sets interactively through guidance by XAI and UCQ. The approach interpolates between selected input samples over an embedded subspace, guiding the user towards required solutions for their target output parameters.
Install the dependencies using uv:
uv sync --index-strategy unsafe-best-match
Needed because CUDA libraries do not play nice with deps...
python -m uvicorn backend:app --reload
The frontend can be installed and started using
npm i -D
npm run dev
