NeuralSet
A tiernew this weekMeta FAIR's open-source Python library that finally bridges the gap between neuroimaging data (fMRI, EEG, spikes) and modern deep learning pipelines.
Kai's verdict
If you're doing neuro-AI research, this is the plumbing you've been manually building for years — finally done right by the team that actually runs these experiments at scale. Extremely narrow use case, but within that lane it looks genuinely best-in-class. (Verdict pending Phi's full review.)
Strengths
- Unified interface across fMRI, MEG, EEG, iEEG, fNIRS, EMG, and spike trains — no more siloed modality-specific tools
- Lazy, memory-efficient loading that scales to terabyte-scale OpenNeuro datasets without RAM blowout
- Native HuggingFace integration for embedding stimuli (text, audio, video) using models like DINOv2, CLIP, Wav2Vec, and more
- Pydantic-based config validation catches bad BIDS paths or filter settings at init, not after hours of wasted compute
- Scales from local laptop prototyping to SLURM clusters without rewriting infrastructure code
Weaknesses
- Extremely niche audience — only useful to neuro-AI researchers with Python/PyTorch chops and access to neuroimaging datasets
- No GUI or managed cloud environment; requires local setup and familiarity with BIDS data formats
- Still a preprint-stage release with no arXiv paper yet — API stability and long-term maintenance are unproven
Best for
Computational neuroscience researchers who want to train deep learning models on brain recordings without building custom data pipelines from scratch.
Pricing
Free (MIT open source)
Fully open source; pip-installable via the facebookresearch/neuroai GitHub repo.