EEG model embeddings - distilled EPI-250k
Project description
neuroencoder
EEG foundation model embeddings for Python.
pip install neuroencoder
import neuroencoder as ne
from neuroencoder import MRL
images = ne.preprocess(eeg, sfreq=256, channel_names=ch_names)
model = MRL.from_pretrained()
embeddings = model.predict(images, dim=192)
ne.explore(embeddings) # interactive Apple Embedding Atlas
ne.plot(embeddings) # static matplotlib UMAP
Model access
The MRL model is gated on HuggingFace. Request access, then authenticate once:
huggingface-cli login
or export HF_TOKEN=hf_... before running.
Documentation
Full docs at docs.neuroencoder.com.
- Introduction — what this is
- Quickstart — your first embedding
- Embeddings — the MRL model end-to-end
- Visualization — Apple Embedding Atlas
- Benchmarks — performance on 20 clinical EEG tasks
- API reference
Links
- Source: github.com/avocardio/neuroencoder
- Model weights: huggingface.co/Neuroencoder/epi-embedding
- Website: neuroencoder.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neuroencoder-1.0.0.tar.gz
(21.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neuroencoder-1.0.0.tar.gz.
File metadata
- Download URL: neuroencoder-1.0.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b329b8df8e3d94f3d34071a360b463f23ba2cb655db62c1e6a141da0cec2be3
|
|
| MD5 |
93b318c4b3064dbf64da767d45b4048b
|
|
| BLAKE2b-256 |
4c5244a9b0fbd5e3cbb9b464b10acaab2f061babae4f882e6fb76ee47237be2e
|
File details
Details for the file neuroencoder-1.0.0-py3-none-any.whl.
File metadata
- Download URL: neuroencoder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de2b61c6f7cd186961f5c6f10f0368890cd757a199644c1639c7ca89e18b788d
|
|
| MD5 |
1ef40041a326ce2af6c75dd014a2637e
|
|
| BLAKE2b-256 |
45868e26ba161a9d95ea8197fdcb38c9a5ab63870f150539531e951a57613a4c
|