/labgraph

LabGraph is a Python framework for rapidly prototyping experimental systems for real-time streaming applications. It is particularly well-suited to real-time neuroscience, physiology and psychology experiments.

Primary LanguageC++MIT LicenseMIT

LabGraph

LabGraph is a streaming framework built by the Facebook Reality Labs Research team at Facebook.

Quick Start

Prerequisites:

Setup:

On Windows, this setup step must be run in "x64 Native Tools Command Prompt for VS 2019" so that we can access the Visual Studio compiler toolchain.

cd labgraph
python setup.py install

To make sure things are working you can run the example:

python -m labgraph.examples.simple_viz

You can also run the test suite as follows:

python -m pytest --pyargs labgraph

Now go to the index and documentation to learn more!

License: LabGraph is MIT licensed, as found in the LICENSE file.