Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,18 +7,21 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
## UNDER CONSTRUCTION 🚧🚧🚧
|
11 |
-
|
12 |
-
|
13 |
This space hosts pre-trained models used for electrophysiology analysis and spike sorting through the [SpikeInterface](https://spikeinterface.readthedocs.io/en/latest/) Python package.
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
- models for Deep Learning based denoising, like [DeepInterpolation](https://www.nature.com/articles/s41592-021-01285-2)
|
18 |
- models for curation of spike sorting results, e.g., built on quality metrics
|
|
|
19 |
- models used internally by spike sorting algorithms, such as Neural Network-based waveform denoising (as in [YASS](https://www.biorxiv.org/content/10.1101/2020.03.18.997924v1))
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
### Contacts
|
23 |
|
24 |
-
For questions, please contact [Heberto Mayorquin]([email protected]) or [Alessio Buccino]([email protected])
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
|
|
|
|
|
|
10 |
This space hosts pre-trained models used for electrophysiology analysis and spike sorting through the [SpikeInterface](https://spikeinterface.readthedocs.io/en/latest/) Python package.
|
11 |
|
12 |
+
Examples of models that can be part of this repo are:
|
|
|
|
|
13 |
- models for curation of spike sorting results, e.g., built on quality metrics
|
14 |
+
- models for Deep Learning based denoising, like [DeepInterpolation](https://www.nature.com/articles/s41592-021-01285-2)
|
15 |
- models used internally by spike sorting algorithms, such as Neural Network-based waveform denoising (as in [YASS](https://www.biorxiv.org/content/10.1101/2020.03.18.997924v1))
|
16 |
|
17 |
+
## Available models
|
18 |
+
|
19 |
+
### [Curation models](https://huggingface.co/collections/SpikeInterface/curation-models-66ebf53d7f17088991062c2c)
|
20 |
+
|
21 |
+
Models to automatically curate spike sorting outputs through the `spikeinterface.curation.auto_label_units` function.
|
22 |
+
|
23 |
+
|
24 |
|
25 |
### Contacts
|
26 |
|
27 |
+
For questions, please contact [Chris Halcrow]([email protected]), [Heberto Mayorquin]([email protected]), or [Alessio Buccino]([email protected])
|