- Dawn Finzi 📧
- Eshed Margalit
- Kendrick Kay*
- Daniel L. K. Yamins*
- Kalanit Grill-Spector*
*co-senior authors
This repository has the following components:
notebooks/
: Jupyter notebooks (saved as Markdown files) that reproduce all figures and statistics in the papermatlab/
: Matlab code used to generate a reorganized, revised version of Fig 2scripts/
: standalone scripts to be run from the command line. Includes example scripts to run the mapping algorithm (fitting_one_to_one_unit2voxel.py
andfitting_one_to_one_voxel2voxel.py
among others).spacestream/
: installable Python package with functionality including model feature extraction, model-to-brain mapping methods, task transfer, spatial and functional metrics of correspondence to the brain, and more.
To install the repository, follow these steps:
- Create a virtual environment for this project (for example):
python3.7 -m venv spacestream_env
- Activate the environment:
source spacestream_env/bin/activate
- Clone the repository:
git clone https://github.com/dawnfinzi/spacestream.git
- Change your working directory:
cd spacestream
- Install the required packages:
pip install -e .