Skip to content

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.

License

Notifications You must be signed in to change notification settings

leaflabs/labgraph

 
 

Repository files navigation

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.

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.3%
  • Python 39.5%
  • Other 1.2%