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.
- A reverse NeuroQuery: we input an image and search for terms and studies that have similar patterns of activation; based on NeuroQuery Image Search
- An ensemble model demo
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
voila --VoilaConfiguration.extension_language_mapping='{".py": "python"}'