FastMF is a Python library designed to perform dictionary matching on diffusion MRI data to a precomputed dictionary of microstructural features, leveraging deep learning for enhanced accuracy and efficiency.
FastMF requires Python v3.8+.
To get started with FastMF, follow these simple steps to clone the repository and set up the necessary environment:
git clone https://github.com/Hyedryn/FastMF_public.git
cd FastMF_public
python -m pip install .
To familiarize yourself with its functionality, we recommend exploring the various examples provided in the ``examples`` folder.