Skip to content

zeyus-research/isc-playground

Repository files navigation

isc-playground

An interactive streamlit app to play with Inter-Subject Correlation (ISC) analysis1.

ISC Playground

Installation

First, clone this repository:

git clone https://github.com/zeyus/isc-playground.git
cd isc-playground

using uv

Make sure you have uv installed.

Run the app:

uv run -- streamlit run isc-playground.py

using docker compose

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

Usage

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

  1. 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

About

isc-playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published