The current method for processing MRI images to isolate regions of interest of rat brains requires manual annotations on each individual image. As the number of subjects and images increases, this process becomes increasingly costly and inefficient. A software solution is necessary to reduce the processing time. This project seeks to be that solution, leveraging an existing atlas, a map of regions of interest, to segment rat brain MRIs autonomously. This user-friendly interface will allow selecting a group of images for processing and a set of regions of interest, and a background task will create a binary mask for each of the selected regions of interest that is exported on completion. Overall, this software solution will require significantly less manual work and greatly reduce time that is takes to annotate MRIs.
-
Clone the repository using one of the following options:
- [Option 1] Using SSH:
git clone git@github.com:danielcasto/RAT.git
- [Option 2] Using HTTPS:
git clone https://github.com/danielcasto/RAT.git
- [Option 1] Using SSH:
-
Install python and pip. This project was developed and testing using
Python 3.10.11
andPip 23.0.1
. -
Install the required python packages using pip. To do so, run the following command in the top-level directory of the cloned repository:
pip install -r requirements.txt
-
Make any desired changes.
-
Preview your changes using flask by executing the following commands:
python main.py
Name | Username |
---|---|
Daniel Casto | @danielcasto |
Cassandra Garzia | @cassandra-garzia |
Henry Rivero-Vera | @henryriverovera |
Kevin Vega Gonzalez | @kvega005 |