Metadata-Version: 2.4
Name: neuraltrain
Version: 0.0.2
Summary: A lightweight deep learning library for learning on M/EEG and other neuroimaging modalities.
Author: Meta FAIR
License-Expression: CC-BY-NC-4.0
Project-URL: Source, https://github.com/facebookresearch/brainai
Project-URL: Tracker, https://github.com/facebookresearch/brainai/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0.1
Requires-Dist: numpy>=2.1
Requires-Dist: scikit-learn>=0.21.2
Requires-Dist: torch>=2.5.1
Requires-Dist: torchvision>=0.20.1
Requires-Dist: packaging
Requires-Dist: pydantic>=2.5.0
Requires-Dist: torchmetrics>=1.1.2
Provides-Extra: models
Requires-Dist: braindecode; extra == "models"
Requires-Dist: x_transformers>=1.27.20; extra == "models"
Requires-Dist: dalle2_pytorch; extra == "models"
Requires-Dist: vit_pytorch; extra == "models"
Provides-Extra: metrics
Requires-Dist: openai-clip; extra == "metrics"
Provides-Extra: lightning
Requires-Dist: lightning>=2.0.8; extra == "lightning"
Requires-Dist: wandb>=0.15.11; extra == "lightning"
Provides-Extra: dev
Requires-Dist: pytest>=4.3.0; extra == "dev"
Requires-Dist: pytest-markdown-docs; extra == "dev"
Requires-Dist: black==24.3.0; extra == "dev"
Requires-Dist: isort==5.12.0; extra == "dev"
Requires-Dist: pre-commit>=1.15.2; extra == "dev"
Requires-Dist: mypy>=0.971; extra == "dev"
Requires-Dist: pylint>=2.13.9; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pandas-stubs; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: types-Pillow; extra == "dev"
Requires-Dist: types-pywin32; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Requires-Dist: types-tabulate; extra == "dev"
Requires-Dist: types-tqdm; extra == "dev"
Dynamic: license-file

# neuraltrain

A lightweight deep learning library for learning on M/EEG and other
neuroimaging modalities.

## Install

```bash
pip install neuraltrain
```

## Note

This initial PyPI release accompanies the TRIBE v2 paper. Updated source code,
documentation, contribution guidelines, and terms will soon follow on GitHub.

## Contributing to open science

If you use this software, please share your results with the broader research community using the following citation:

```bibtex
@article{dAscoli2026TribeV2,
  title={A foundation model of vision, audition, and language for in-silico neuroscience},
  author={d'Ascoli, St{\'e}phane and Rapin, J{\'e}r{\'e}my and Benchetrit, Yohann and Brookes, Teon and Begany, Katelyn and Raugel, Jos{\'e}phine and Banville, Hubert and King, Jean-R{\'e}mi},
  year={2026}
}
```

## License

This project is licensed under CC-BY-NC-4.0. See [LICENSE](LICENSE) for details.
