Metadata-Version: 2.1
Name: alice-ml
Version: 0.3.7
Summary: ALICE - Automated Labeling of Independent Components for EEG
Home-page: https://github.com/ALICE-EEG/alice-eeg-ml
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ALICE - Automated Labeling of Independent Components for EEG

The project aims to develop a sustainable algorithm for EEG IC artifact removal and collect a publically available dataset.

Read about out project in the recent [publication](https://www.frontiersin.org/articles/10.3389/fninf.2021.720229/full)

`alice-ml` library contains pretrained ML models to label IC. It's compatible with [MNE](https://mne.tools/stable/index.html) library.

## Requirements

* Python >= 3.7

## Installation

Currently only pip installation is supported

```
pip install alice-ml
```
