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.
- Host: GitHub
- URL: https://github.com/danielrivasmd/mindreader
- Owner: DanielRivasMD
- License: mit
- Created: 2021-02-19T17:37:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T03:46:23.000Z (about 1 year ago)
- Last Synced: 2025-07-10T10:15:58.778Z (12 months ago)
- Topics: julia
- Language: Julia
- Homepage: https://github.com/DanielRivasMD/MindReader
- Size: 1.2 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
MindReader
Unsupervised Artificial Intelligence framework for EEG state detection

## 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
[](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.