brain2qwerty 0.0.1

Brain2Qwerty V1/V2 MEG neural decoding inference in Rust (parity-tested vs Python)
Documentation
1
2
3
4
5
pub mod ctc;
pub mod segmenter;

pub use ctc::{ctc_greedy_decode, label_to_text, letters_withblank, NUM_CLASSES, SPACE_IDX};
pub use segmenter::{build_intra_word_pooler, CTCSpaceSegmenter, IntraWordPooler};