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.1.tar.gz
(22.9 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.1.tar.gz.
File metadata
- Download URL: neuroencoder-1.0.1.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
707ad2f91b75846f58e133bce45e7ee075b14cb5d576668ce75652c3ef08cff6
|
|
| MD5 |
e844f453e2c8b9bf16bf04e0c6f4109c
|
|
| BLAKE2b-256 |
4de35510b70bd9cc274220856c6a6afacbbc9294e790f4c0d1fa585508554fed
|
File details
Details for the file neuroencoder-1.0.1-py3-none-any.whl.
File metadata
- Download URL: neuroencoder-1.0.1-py3-none-any.whl
- Upload date:
- Size: 21.4 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 |
c445a35545dfd1eaf92bd23e70a36cc034e148d42b8cc7b0f2424d4a9b8e36ae
|
|
| MD5 |
fddde1918119a0a40c14fdb8563fdf57
|
|
| BLAKE2b-256 |
8de879a632d62170cdd336656c41f0836e4282159d63419c35b5f06d485634af
|