https://github.com/facebookresearch/neuroai
Python suite for neuroscience research across all modalities.
https://github.com/facebookresearch/neuroai
deep-learning neuroscience
Last synced: about 1 month ago
JSON representation
Python suite for neuroscience research across all modalities.
- Host: GitHub
- URL: https://github.com/facebookresearch/neuroai
- Owner: facebookresearch
- License: mit
- Created: 2026-04-14T12:59:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T07:50:20.000Z (about 2 months ago)
- Last Synced: 2026-05-12T09:38:38.807Z (about 2 months ago)
- Topics: deep-learning, neuroscience
- Language: Python
- Homepage: https://facebookresearch.github.io/neuroai/
- Size: 5.9 MB
- Stars: 167
- Watchers: 6
- Forks: 36
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Neuro AI
made easy
---
See the [full documentation](https://facebookresearch.github.io/neuroai/) for interactive quickstarts, step-by-step tutorials, and the complete API reference.
---
## Packages
### [NeuralSet](https://facebookresearch.github.io/neuroai/neuralset/index.html)
Build your efficient Neuro AI data loader.
```bash
pip install neuralset
```
### [NeuralFetch](https://facebookresearch.github.io/neuroai/neuralfetch/index.html)
Fetch curated Neuro AI datasets.
```bash
pip install neuralfetch
```
### [NeuralTrain](https://facebookresearch.github.io/neuroai/neuraltrain/index.html)
Train Neuro AI models at scale.
```bash
pip install neuraltrain
```
### [NeuralBench](https://facebookresearch.github.io/neuroai/neuralbench/index.html)
Unified benchmark for NeuroAI models.
```bash
pip install neuralbench
```
---
## Related projects
- **[exca](https://facebookresearch.github.io/exca/)** — Execution & caching framework powering neuroai's backbone
---
## License
This project is licensed under the [MIT License](LICENSE).
References to third-party content are subject to their own licenses.
---
## Citation
If you use `neuroai` in your research, please cite [NeuralSet: A High-Performing Python Package for Neuro-AI](https://kingjr.github.io/files/neuralset.pdf):
```bibtex
@article{king2026neuralset,
title = {NeuralSet: A High-Performing Python Package for Neuro-AI},
author = {King, J-R. and Bel, C. and Evanson, L. and Gadonneix, J. and Houhamdi, S. and L{\'e}vy, J. and Raugel, J. and Santos Revilla, A. and Zhang, M. and Bonnaire, J. and Caucheteux, C. and D{\'e}fossez, A. and Desbordes, T. and Diego-Sim{\'o}n, P. and Khanna, S. and Millet, J. and Orhan, P. and Panchavati, S. and Ratouchniak, A. and Thual, A. and Brooks, T. and Begany, K. and Benchetrit, Y. and Careil, M. and Banville, H. and d'Ascoli, S. and Dahan, S. and Rapin, J.},
year = {2026},
url = {https://kingjr.github.io/files/neuralset.pdf},
note = {Preprint; URL will be updated when the paper lands on arXiv}
}
```