Installation¶
This guide will help you set up the Brain Segmentation project on your local machine.
Prerequisites¶
- Python 3.9 or higher
- Miniforge to install Conda (Download)
Installation Steps¶
1. Clone the Repository¶
git clone https://github.com/yourusername/BrainSegmentation.git
cd BrainSegmentation
2. Set Up the Environment¶
We provide a Conda environment file to make setup easier:
conda env create -f python_setup/environment.yml
conda activate brainseg