Skip to content

Python API

Introduction

The BrainFrame Python API is a wrapper around the REST API to make it easier for Python applications to integrate with BrainFrame. The Python API is completely open source and available on Github. Reference documentation and examples for the Python API can be found on ReadTheDocs.

Applications not written in Python can interact with BrainFrame directly through the REST API.

Installation

The BrainFrame Python API is available on Pip for Python 3.6 onward.

pip3 install brainframe-api

We recommend installing the Python API in a virtualenv to avoid interference with other projects on the same system.