HerBrain uses AI for quantifying changes in the female brain during menstruation, pregnancy, and menopause.
Visual on thumbnail slide taken from: Caitlin M Taylor, Laura Pritschet, and Emily G Jacobs. The scientific body of knowledge–whose body does it serve? A spotlight on oral contraceptives and women’s health factors in neuroimaging. Frontiers in neuroendocrinology, 60:100874, 2021.
pip install git+https://github.com/geometric-intelligence/herbrain.git@main#egg=herbrain[app]
Or the classic pipeline: git clone
and:
conda create -n herbrain python=3.11
conda activate herbrain
pip install .[app]
Once you install the package and download the data, run
python -m herbrain <app-name>
You can always get some help by doing
python -m herbrain --help
If this code is useful to your research, please cite:
@misc{myers2023geodesic,
title={Geodesic Regression Characterizes 3D Shape Changes in the Female Brain During Menstruation},
author={Adele Myers and Caitlin Taylor and Emily Jacobs and Nina Miolane},
year={2023},
eprint={2309.16662},
archivePrefix={arXiv},
primaryClass={cs.CV}
}