This project demonstrates multi-modal multi-head pipeline to extract spatiotemporal embedding from resting-state brain activities (including resting-state fMRI and EEG).
mamba env create -f environment.yml
mamba activate MultiModalRest
Use DVC to import OpenNeuro datasets. For example, to import ds002843:
dvc import https://github.com/OpenNeuroDatasets/ds002843.git / -o data/ds002843
The data will be downloaded to data/ds002843/
directory.
To build the documentation, run:
quarto render docs/