All Projects → cbrnr → mnelab

cbrnr / mnelab

Licence: BSD-3-Clause License
MNELAB – a GUI for MNE

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mnelab

mne-bids
MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
Stars: ✭ 88 (-40.14%)
Mutual labels:  meg, eeg, mne
hnn
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
Stars: ✭ 62 (-57.82%)
Mutual labels:  meg, eeg
python-meegkit
🔧🧠 MEEGkit: MEG & EEG processing toolkit in Python 🧠🔧
Stars: ✭ 99 (-32.65%)
Mutual labels:  meg, eeg
Eelbrain
eelbrain.readthedocs.io
Stars: ✭ 38 (-74.15%)
Mutual labels:  meg, eeg
bids-matlab
MATLAB / Octave tools for BIDS datasets
Stars: ✭ 37 (-74.83%)
Mutual labels:  meg, eeg
aperture
Matlab toolbox for univariate and multivariate analysis of EEG data in the time and frequency domains
Stars: ✭ 15 (-89.8%)
Mutual labels:  meg, eeg
Mne Python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
Stars: ✭ 1,766 (+1101.36%)
Mutual labels:  meg, eeg
openmeeg
A C++ package for low-frequency bio-electromagnetism solving forward problems in the field of EEG and MEG.
Stars: ✭ 62 (-57.82%)
Mutual labels:  meg, eeg
hnn-core
Simulation and optimization of neural circuits for MEG/EEG source estimates
Stars: ✭ 24 (-83.67%)
Mutual labels:  meg, eeg
EEGwithRaspberryPI
Open-Source board for converting RaspberryPI to Brain-computer interface
Stars: ✭ 402 (+173.47%)
Mutual labels:  eeg
eeg-rsenet
Motor Imagery EEG Signal Classification Using Random Subspace Ensemble Network
Stars: ✭ 24 (-83.67%)
Mutual labels:  eeg
brain-monitor
A terminal app written in Node.js to monitor brain signals in real-time
Stars: ✭ 119 (-19.05%)
Mutual labels:  eeg
BioAmp-v1.5
Upside Down Lab's Biopotential Amplifier v1.5 - Buy on Tindie at https://bit.ly/BioAmp-v1_5
Stars: ✭ 27 (-81.63%)
Mutual labels:  eeg
antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Stars: ✭ 111 (-24.49%)
Mutual labels:  eeg
EEGReader
EEG Reader is an Android mobile application, which reads EEG signal from NeuroSky mobile device connected to smartphone via Bluetooth.
Stars: ✭ 36 (-75.51%)
Mutual labels:  eeg
sigviewer
SigViewer is a viewing application for biosignals.
Stars: ✭ 109 (-25.85%)
Mutual labels:  eeg
eeg-adapt
Source Code for "Adaptive Transfer Learning with Deep CNN for EEG Motor Imagery Classification".
Stars: ✭ 32 (-78.23%)
Mutual labels:  eeg
qEEG feature set
NEURAL: a neonatal EEG feature set in Matlab
Stars: ✭ 29 (-80.27%)
Mutual labels:  eeg
candock
A time series signal analysis and classification framework
Stars: ✭ 56 (-61.9%)
Mutual labels:  eeg
eeg-gcnn
Resources for the paper titled "EEG-GCNN: Augmenting Electroencephalogram-based Neurological Disease Diagnosis using a Domain-guided Graph Convolutional Neural Network". Accepted for publication (with an oral spotlight!) at ML4H Workshop, NeurIPS 2020.
Stars: ✭ 50 (-65.99%)
Mutual labels:  eeg

Python PyPI Version Docs License

MNELAB is a graphical user interface (GUI) for MNE, a Python package for EEG/MEG analysis.

Documentation

Instructions for installing and using MNELAB as well as step-by-step examples for different use cases are available in the documentation.

Changelog

Check out the changelog to learn what we added, changed, or fixed.

Dependencies

MNELAB requires Python >= 3.8 and the following packages:

Optional dependencies provide additional features if installed:

  • scikit-learn >= 0.20.0 (ICA computation with FastICA)
  • python-picard >= 0.4.0 (ICA computation with PICARD)
  • pyEDFlib >= 0.1.15 (EDF/BDF export)
  • pybv 0.4.0 (BrainVision VHDR/VMRK/EEG export)

Installation

You can install MNELAB with:

pip install mnelab

If you want to use all MNELAB features, the full package including optional dependencies can be installed with:

pip install mnelab[full]

You can also install the latest development version as follows:

pip install git+https://github.com/cbrnr/mnelab

Then start MNELAB in a terminal with mnelab or python -m mnelab.

Contributing

The contributing guide contains detailed instructions on how to contribute to MNELAB.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].