webbcideprecated

JavaScript based EEG processing tool

Usage no npm install needed!

<script type="module">
  import webbci from 'https://cdn.skypack.dev/webbci';
</script>

README

WebBCI has been renamed to bci.js. Please see https://www.npmjs.com/package/bcijs.

WebBCI is a library for EEG-based brain computer interface (BCI) implementation with JavaScript and Node.js. It allows for the creation of BCI enabled web apps or Node.js applications, containing methods for signal processing and machine learning, such as LDA, CSP, and PSD, methods for data manipulation, such as MATLAB style array subscripting, data windowing, and CSV file support, and methods for networking, including data collection and streaming via OSC.

WebBCI is being developed out of the Human Technology Interaction Lab at the University of Alabama Department of Computer Science.