The Brain Scaffold Builder¶
The BSB is a black box component framework for multi-paradigm neural modelling: we provide structure, architecture and organization, while you provide the use-case specific parts of your model. In our framework, your model is described in a code-free configuration of components with parameters.
For the framework to reliably use components, and make them work together in a complex workflow, it asks a fixed set of questions per component type: e.g. a connection component will ask how to connect cells. These contracts of cooperation between you and the framework are called interfaces. The framework executes a transparently parallelized workflow, and calls your components to fulfill their role.
This way, by implementing our component interfaces and declaring them in a configuration file, most models end up being code-free, well-parametrized, self-contained, human-readable, multi-scale models!
(PS: If we missed any hyped-up hyphenated adjectives, let us know! ❤️)
How to install the code.
Get started with your first project!
View examples explained step by step
Learn how to use the Command-Line Interface.
Help out the project by contributing code.
Explore more about the main components.
Content¶
Getting Started
Framework concepts
Command-Line Interface
FAQ