Code Monkey home page Code Monkey logo

mushu's Introduction

Mushu

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

Installation

Using PyPI

Mushu is available on the Python Package Index (PyPI) and can be easily installed via:

$ pip install mushu

Requirements

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

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

Manually Installing Mushu

To install Mushu manually on your system, download the latest version of Mushu and run:

$ python ./setup.py install --user

Supported Amplifiers

  • g.USBamp by g.tec (native)
  • EPOC by emotiv (native)
  • any lab streaming layer device publishing EEG data
  • Virtual Amplifier: ReplayAmp, an amplifier that replays EEG data in realtime or timelapse

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

Citing Us

If you use Mushu for anything that results in a publication, We humbly ask you to cite us:

@INPROCEEDINGS{venthur2012,
    author={Venthur, Bastian and Blankertz, Benjamin},
    booktitle={Engineering in Medicine and Biology Society (EMBC), 2012 Annual International Conference of the IEEE},
    title={Mushu, a free- and open source BCI signal acquisition, written in Python},
    year={2012},
    month={Aug},
    pages={1786-1788},
    organization={IEEE},
    doi={10.1109/EMBC.2012.6346296},
    ISSN={1557-170X},
}

Related Software

For a complete BCI system written in Python use Mushu together with Wyrm and Pyff. Wyrm is a Brain Computer Interface (BCI) toolbox written in Python and is suitable for running on-line BCI experiments as well as off-line analysis of EEG data. Pyff a BCI feedback and -stimulus framework.

Author

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.