MEDUSA© is a software ecosystem for the development of BCIs and neuroscience experiments. It has two independent components with dfferent goals: MEDUSA© Kernel and MEDUSA© Platform. This repository contains MEDUSA© Platform.
MEDUSA© Platform is a desktop application, programmed in Python, which implements high level functionalities to perform BCI and cognitive neuroscience experiments. It includes a modern graphic user interface (GUI) sustained by the advanced signal acquisition functions and real time charts. One of the most critical features is the possibility to install and create apps, which are implementations of neuroscience and BCI experiments or paradigms. Noteworthy, all these functionalities rely on MEDUSA© Kernel to perform the necessary real-time signal processing.
Check the following links to know more about the MEDUSA environment for neurotechnology and brain-computer interface (BCI) experiments:
Important: MEDUSA Platform is under heavy development! It may change significantly in following versions
MEDUSA© has been designed and developed following three principles:
MEDUSA© has been developed in Python. Currently, this high-level, open-source programming language is one of the most used in both research and industry due to its simplicity and open-source philosophy [14]. In comparison with other languages, such as C, C++ or Java, Python simplifies the development of complex programs at the expense of an affordable reduction in performance [15]. This is especially important in research environments, where flexibility is a key feature as new methods and experiments are constantly developed. In addition, it has a large community that develops a wide range of specific tools and libraries. MEDUSA© exploits the power of packages such as SciPy, Numpy, Scikit-learn or Tensorflow, which are the result of a joint effort to implement state-of-the-art methods for data processing, machine learning and deep learning [14, 15]. This gives MEDUSA© an important advantage over other neurotechnology platforms (e.g., BCI2000, OpenVibe) because it allows to incorporate the latest developments in these areas directly in the workflow of our software.