Codebase for brain decoding analysis.
You can setup environment with uv:
$ uv syncTo run visualization code, install the optional dependencies:
$ uv sync --extra vizNote If you use CUDA, specify the PyTorch index according to your CUDA version.
# example torch = [ { index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, ] ... [[tool.uv.index]] name = "pytorch-cu124" url = "https://download.pytorch.org/whl/cu124" explicit = trueThe candidate custom index URLs are listed here.