Installation
Goldilocks ML is currently installed directly from its GitHub repository.
Prerequisites
Install:
Install from GitHub
Clone the repository and create its locked environment:
uv sync installs Goldilocks ML and its required dependencies into a local
.venv managed by uv.
Check it worked
You should see the two things this tool does: train and publish.
Training the real scientific models needs a larger set of libraries — PyTorch and pymatgen among them — which are not installed by default because they are slow to install and most people do not need them straight away:
Continue with Train a model or Publish a model.