Skip to content

mishugana/mushu

 
 

Repository files navigation

Mushu

Mushu is a free and open-source Brain Computer Interface (BCI) signal acquisition software written in Python.

Installation

The required packages to run Mushu can be found in the file requirements.txt. To install all required packages at once one can use pip:

pip install -r requirements.txt
sudo python ./setup.py install

or simply install all packages line by line using the package manager of your operating system.

Supported Amplifiers

  • g.USBamp by g.tec
  • EPOC by emotiv

Online Documentation

Online documentation is available here.

Motivation

  • Platform Independent
  • Amplifier Independent
    • Single interface regardless of the underlying Amplifier type used
  • Free Software
  • Next step towards a whole BCI system based on Python (as opposed to C++ or Matlab)

Use Cases

  • Directly as Python library
  • As Network server

Output Format

  • Numpy arrays
  • TOBI Interface A

Author

About

BCI signal acquisition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • Shell 8.1%