Recommended
Quickstart
A few lines install uv, clone the Quickstart repo, sync dependencies, and run the MIMIC-IV demo on 100 patients.
$ curl -LsSf https://astral.sh/uv/install.sh | sh
$ git clone https://github.com/standardmodelbio/quickstart.git
$ cd quickstart && uv sync
$ uv run python demo.py
- Installs uv if missing
- Clones the quickstart repo
- Pulls smb-v1-1.7b from HF
- Runs the 4-task linear probe demo