by Moritz Wunderwald, 2025-2026
Interactive visual toolbox for working with windowed cross-correlation, optimized for IBI and EDA data. Validate data, tune parameters, run batches and further analysis.
BioSync/
├── app/ # Main application
├── simulated_data/ # Jupyter notebook for generating test data
├── preprocessing/ # preprocessing utilities
└── materials/ # Reference papers and code
For a detailed breakdown of the application architecture, module responsibilities, and initialization order, see app/README.md.
The software is in the subdirectory app/. Install dependencies and run:
cd app
pip install -r requirements.txt
python app.py