An interactive streamlit app to play with Inter-Subject Correlation (ISC) analysis1.
First, clone this repository:
git clone https://github.com/zeyus/isc-playground.git
cd isc-playgroundMake sure you have uv installed.
Run the app:
uv run -- streamlit run isc-playground.pyMake sure you have docker-compose installed.
Run the app:
docker-compose -f ./compose.yml up -dWatch for changes, and rebuild the app if necessary:
docker-compose -f ./compose.yml watchStop the app:
docker-compose -f ./compose.yml downAfter you start the app (either with uv or docker-compose), you can visit your browser at http://localhost:8501/isc/ to interact with the app (using uv should automatically open your browser).
Footnotes
-
Dmochowski, J. P., Sajda, P., Dias, J., & Parra, L. C. (2012). Correlated Components of Ongoing EEG Point to Emotionally Laden Attention – A Possible Marker of Engagement? Frontiers in Human Neuroscience, 6. https://doi.org/10.3389/fnhum.2012.00112 ↩
