Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anujanegi committed Apr 12, 2024
1 parent 3b5b124 commit 6e77d76
Showing 1 changed file with 27 additions and 2 deletions.
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 🚀

0 comments on commit 6e77d76

Please sign in to comment.