Skip to content

OpenImaging/miqa-phase1

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2021
Feb 27, 2022
Apr 7, 2021
Aug 28, 2019
Sep 3, 2020
Apr 27, 2021
Feb 12, 2019
Aug 25, 2019
May 7, 2021
May 7, 2021
Sep 3, 2020

Repository files navigation

MIQA

MIQA is a medical scan QA/QC application. It takes .nifti files and a CSV file as input, and output the same CSV file with additional QA/QC results.

The server is built based on Girder, a python based data management solution, and the client application is built with Vue.js, Vuetify, and Vue CLI. The medical scan visualization is powered by VTK.js

A screen record

Active learning

MIQA has an implementation of active learning. It uses MRIQC to extract features out of scans then uses labeled data and Random Forest Regression to evaluate if a dataset meets the standard.

Development

MIQA can be developed on Linux. See development for detail.

Deployment

MIQA can be deployed on any Linux system. This repo provides a solution with Docker.

Try out MIQA

The simplest way to try out MIQA is to follow the steps here. You could also build MIQA from scratch with the scripts here.