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-playground
Make sure you have uv installed.
Run the app:
uv run -- streamlit run isc-playground.py
Make sure you have docker-compose installed.
Run the app:
docker-compose -f ./compose.yml up -d
Watch for changes, and rebuild the app if necessary:
docker-compose -f ./compose.yml watch
Stop the app:
docker-compose -f ./compose.yml down
After 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 ↩