An open API service indexing awesome lists of open source software.

https://github.com/danielrivasmd/mindreader

Seaching your deepest thoughts... Automated unsupervised abnormal electroencephalographic signal detection tool.
https://github.com/danielrivasmd/mindreader

julia

Last synced: 8 months ago
JSON representation

Seaching your deepest thoughts... Automated unsupervised abnormal electroencephalographic signal detection tool.

Awesome Lists containing this project

README

          


MindReader


Unsupervised Artificial Intelligence framework for EEG state detection



Repo status


MIT license


Stable



Dev



Ask us anything


ColPrac: Contributor's Guide on Collaborative Practices for Community Packages



GitHub tag (latest SemVer pre-release)



Docker build status

![MindReader Logo](assets/MindReader.png)

## Description

**MindReader** is a unsupervised artificial intelligence framework for electroencephalography signal state detection.

## Installation

```julia
julia>]
pkg> add MindReader
```

To exit Pkg mode, just backspace. Once the package is installed it can be imported with:

```julia
julia> using MindReader
```

For more information, see the [Pkg documentation](https://docs.julialang.org/en/v1/stdlib/Pkg/).

## Usage

## Docker

## Citations

If you use **MindReader** or derivates in your work, please consider citing the code record.

## Contributing and Support

[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)

In general contributions should follow [ColPrac](https://github.com/SciML/ColPrac). If you are interested in extending/improving **MindReader**, head to the [discussions](https://github.com/DanielRivasMD/MindReader/discussions) to reach out. For support with using **MindReader**, please open an [issue](https://github.com/DanielRivasMD/MindReader/issues/new/) describing the problem and steps to reproduce it.

## License

This package is licensed under the MIT Expat license. See [LICENSE](LICENSE) for more informaiton.

---

**Author's Note**: This package is still under active development and is subject to change.