Experanto is a Python package designed for interpolating recordings and stimuli in neuroscience experiments. It enables users to load single or multiple experiments and create efficient dataloaders for machine learning applications.
To install Experanto, clone locally and run:
pip install -e /path_to/experanto
To replicate the generate_sample
example, install:
pip install -e /path_to/allen_exporter
(Repository: allen_exporter)
To replicate the sensorium_example
, also install the following with their dependencies:
pip install -e /path_to/neuralpredictors
(Repository: neuralpredictors)
pip install -e /path_to/sensorium_2023
(Repository: sensorium_2023)
Ensure you replace /path_to/
with the actual path to the cloned repositories.