MIMIR-BIOMEDICAL / mobile-unetplusplus-cac-scoring

Implementation of UNET++ for CAC Scoring using Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile UNet++ Model for Coronary Artery Calcium Scoring

THIS REPO IS STILL UNDER DEVELOPMENT, IMPROVEMENT IS WELCOMED!

A UNet++ with MobileNetv2 block based ML model to do automatic CAC scoring This is a repo to develop my Undergraduate Thesis on Biomedical Engineering

Development Environment

  • WSL2 Ubuntu Linux 20.04.4 LTS
  • Miniconda (for environment management)
  • Poetry (for dependencies management)
  • Python 3.10.8

Library

  • Tensorflow
  • Streamlit
  • PyDicom
  • Numpy

Reference

Dataset

The dataset used for this model is provided by Stanford AI COCA Dataset, this dataset can be accessed through this link

This model is using Gated MRI Data from the COCA Dataset consisting of the MRI image saved in a DICOM format and the calcium mask saved in a xml plist format.

Other dataset usage will be developed after the implementation of the COCA Dataset has been done.

About

Implementation of UNET++ for CAC Scoring using Tensorflow

License:MIT License


Languages

Language:Jupyter Notebook 90.7%Language:Python 9.2%Language:Shell 0.1%Language:Makefile 0.1%