All Projects → nis1 → Visualization-DMIM

nis1 / Visualization-DMIM

Licence: MIT License
DICOM 3D Medical Image Modeling (DMIM)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Visualization-DMIM

object-gui
Object GUI - Javascript Object GUI Editor
Stars: ✭ 51 (+131.82%)
Mutual labels:  webdev
Dermatron
Dermatology focused medical records software, augmented with computer vision and artificial intelligence [Meteor packaged with Electron]
Stars: ✭ 19 (-13.64%)
Mutual labels:  medical-image-processing
Web-Development-Resources
One and only place on the internet for all Web Development Resources.
Stars: ✭ 51 (+131.82%)
Mutual labels:  webdev
Keras MedicalImgAI
No description or website provided.
Stars: ✭ 23 (+4.55%)
Mutual labels:  medical-image-processing
modern-fluid-typography-editor
Modern fluid typography editor
Stars: ✭ 222 (+909.09%)
Mutual labels:  webdev
melanoma-recognition
Repository of paper "Automated Melanoma Recognition in Dermoscopy Images via Very Deep Residual Networks"
Stars: ✭ 44 (+100%)
Mutual labels:  medical-image-processing
web-dev-blog
Мой блог на русском
Stars: ✭ 99 (+350%)
Mutual labels:  webdev
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (+68.18%)
Mutual labels:  webdev
svelte-trivia
A Quiz app completely made using Svelte
Stars: ✭ 25 (+13.64%)
Mutual labels:  webdev
webapi
Go HTTP service component for automatic route registration and compilation constraint checking.
Stars: ✭ 24 (+9.09%)
Mutual labels:  webdev
Ultimate-Web-Development-Resources
A collection of web development resources
Stars: ✭ 140 (+536.36%)
Mutual labels:  webdev
radnet
U-Net for biomedical image segmentation
Stars: ✭ 11 (-50%)
Mutual labels:  medical-image-processing
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+263.64%)
Mutual labels:  medical-image-processing
bam
A web server for developers
Stars: ✭ 22 (+0%)
Mutual labels:  webdev
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (+340.91%)
Mutual labels:  medical-image-processing
modelhub
A collection of deep learning models with a unified API.
Stars: ✭ 59 (+168.18%)
Mutual labels:  medical-image-processing
COVID-CXNet
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807
Stars: ✭ 48 (+118.18%)
Mutual labels:  medical-image-processing
DICOM-to-JPG
Convert all DICOM (.dcm) images in a folder to JPG/PNG and extract all patients information in a '.csv' format in a go using python.
Stars: ✭ 37 (+68.18%)
Mutual labels:  dicom-images
MICCAI21 MMQ
Multiple Meta-model Quantifying for Medical Visual Question Answering
Stars: ✭ 16 (-27.27%)
Mutual labels:  medical-image-processing
markdown-memo
Compile simple (or not so simple) Markdown memos to html and/or pdf via LaTeX with pandoc.
Stars: ✭ 19 (-13.64%)
Mutual labels:  webdev

DICOM 3D Medical Image Modeling (DMIM)

Nowadays, patients are sent to MRI, PET, and CT scans more than before. Each scan produces a large amount of information of a patient, normally as a set of 2D slices, that will be inspected by a doctor or a technician. The project aims to visualize any DICOM images by creating a 3D model in addition to the classic slice-by-slice inspection.

Demo: https://www.youtube.com/watch?v=Xz3xwpmoMHg

 

Installation

This tutorial uses Conda and PIP. Please make sure to install them before you proceed the next steps.

  1. Create virtual environment with the following instruction:
$ conda create -n DMIM python=3.5.4

“DMIM” is the name of the new environment. Please make sure to install Python 3.5.4, and not other version.

  1. Activate the new DMIM environment by typing:
$ conda activate DMIM
  1. Clone the repository:
$ git clone https://github.com/nis1/Visualization-DMIM.git
  1. Install MongoDB:
$ conda install mongodb
  1. Enter the repository folder, and install the requirements:
$ pip install -r requirements.txt
  1. Open new terminal window and start MongoDB:
$ mongod
  1. Finally, run the website from the repository main folder:
$ FLASK_APP=app.py FLASK_DEBUG=1 python -m flask run
  1. The website should be available at http://localhost:5000/

A successful installation will result in the following index page:

Home Page   

More images from the app

Store and analyze various cases

Store and analyze various cases  

3D Analysis

3D Analysis  

Slice Analysis

Slice Analysis  

Draw on slices

Draw on slices   

References

The X ToolKit: https://github.com/xtk/X

AMI: https://github.com/FNNDSC/ami

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].