This project implements deep learning models for automatic segmentation of brain MRI images. It focuses on identifying and delineating different brain structures and potential abnormalities.
- Notebook: A Jupyter notebook with the model training and evaluation process.
- Data: Contains the MRI dataset used for training and evaluation.
- Document: A PDF document detailing the methodology, experiments, and results (in Spanish).
This project is an assignment for the course "Deep Learning" at the Master in Artificial Intelligence Research at the Universidad Internacional Menéndez Pelayo (UIMP).
- Python 3.12+
- Poetry (package manager)
-
Clone the repository:
git clone https://github.com/javiervela/mri-image-segmentation.git cd mri-image-segmentation -
Install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 - -
Install dependencies:
poetry install