NeuroGlyph EPOC Typing v1

English keystroke-aligned hand decoder (left/right) for EMOTIV EPOC X (14ch, 50 Hz, 25 samples).

Load

import torch
from neuroglyph_train.train import build_model

blob = torch.load("tiny_b2q_hand.pt", map_location="cpu", weights_only=True)
model = build_model(blob["model"], blob["n_channels"], blob["n_classes"])
model.load_state_dict(blob["state_dict"])

Train your own

https://github.com/TheMindExpansionNetwork/neuroglyph-forge

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support