Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 924 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 924 Bytes

FastMF_public DOI PyPI

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.

Installation

Prerequisites

FastMF requires Python v3.8+.

Installation Steps

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 .

Usage

To familiarize yourself with its functionality, we recommend exploring the various examples provided in the ``examples`` folder.