neuroquery_apps
A set of small apps implemented as Voilà dashboards. These apps are simpler and less complete than the main NeuroQuery website -- they are meant to prototype new features or demonstrate new models, for instance.
These contain, among others:
- A stripped-down version of the NeuroQuery website.
- An ensemble model demo
- A decoding app
- A game in which we have to guess which of two brain activation patterns belongs to a given neuroimaging study, based on its title and abstract.
Running the applications locally
Some of the apps are a bit too memory and computation intensive for mybinder. You may find it easier to run them locally. Just clone this repo, then run:
pip install -r binder/requirements.txt
python download_datasets.py
voila --VoilaConfiguration.extension_language_mapping='{".py": "python"}'