Welcome to the BrainAccess Python API#

This is the official documentation for the BrainAccess Python API. The library is used for controlling BrainAccess EEG hardware and processing the acquired data.

The API is organized into two main modules:

  • Core (`brainaccess.core`): Provides tools to connect to, configure, and stream data from BrainAccess devices.

  • Connect (`brainaccess.connect`): Provides functions for signal processing.

This documentation provides installation instructions, user guides, and examples to help you use the API.