/medical-imaging-matching

Medical imaging matching for BC Cancer

Primary LanguagePythonMIT LicenseMIT

medical-imaging-matching

Python 3.7.12+ PyPI license

medical-imaging-matching is a model developed for BC Cancer that will return a similarity index for two mammogram images. This will help BC Cancer eliminate duplicate mammograms from their data increasing accuracy for further medical research, specifically in the use of AI as duplicates or missing information within a dataset can cause bias. Within this project we have developed various models to detect image similarity as well as developed a preprocessing script to curate datasets and split them into training and testing groups.

Team

The members of the Medical Image Matching (1) team are as follows:

Installation

In order to install and run this model you need to:

  1. Clone this repository.

  2. Install the requirements for the model with:

    pip install -r requirements_dev.txt

  3. Navigate to the src folder.

  4. Run the model with python predicting/ims/main.py