Metadata-Version: 1.1
Name: Brainfeatures
Version: 0.0.2
Summary: A toolbox to decode raw time-domain EEG using features.
Home-page: https://github.com/gemeinl/brainfeatures
Author: Lukas Alexander Wilhelm Gemein
Author-email: l.gemein@gmail.com
License: BSD 3-Clause
Description: Note: this repository is in development and in an early alpha state. API-breaking changes might occur anytime.
        
        Brainfeatures
        =============
        
        Brainfeatures is a toolbox to decode raw time-domain EEG using features.
        Can be used to generate strong baselines and to serve as a comparison to deep learning toolboxes, such as `braindecode <https://github.com/robintibor/braindecode>`_, or to other EEG feature toolboxes, such as `mne-features <https://github.com/mne-tools/mne-features>`_.
        
        This repository contains modified code from the `PyEEG <https://github.com/forrestbao/pyeeg>`_ library and from the `PyWavelets <https://github.com/PyWavelets/pywt>`_ library.
        
        
        Installation
        ============
        
        .. code-block:: bash
        
          pip install brainfeatures
        
Keywords: eeg features brain-state-decoding
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
