Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #66

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# Brain Source Imaging (BSI) Zoo
The goal of this repository is to efficiently implement conventional and state-of-the art brain source imaging techniques and benchmark their performance with respect to different metrics. In the following, we will briefly describe the key information about each method and show preliminary performance results on the [RAMP challenge](https://github.com/ramp-kits/meg).
# Welcome to the Brain Source Imaging (BSI) Zoo

<img src="https://github.com/braindatalab/BSI-Zoo/assets/29161453/96f3ff0e-c167-413a-b86e-3b8c69274739" alt="drawing" width="300"/>

This package allows for a standardized comparison of BSI methods with custom simulations.

✔️ source estimation at controlled SNR levels

✔️ support for both random and semi-real data generation

✔️ support for fixed and free orientation

✔️ performance evaluation

✔️ parameter optimisation


.. and ships with several BSI methods!

## Setup
```
python setup.py install
```

## Documentation

Coming Soon 🚀
Loading