All Projects → ivmartel → dwv-vue

ivmartel / dwv-vue

Licence: GPL-3.0 license
Medical image viewer using DWV (DICOM Web Viewer) and Vue.js.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dwv-vue

dwv-jqmobile
Medical image viewer using DWV (DICOM Web Viewer) and jQuery Mobile.
Stars: ✭ 25 (-62.12%)
Mutual labels:  medical-imaging, dwv, dicom-web-viewer
GMIC
An interpretable classifier for high-resolution breast cancer screening images utilizing weakly supervised localization
Stars: ✭ 106 (+60.61%)
Mutual labels:  medical-imaging
sight
Surgical Image Guidance and Healthcare Toolkit
Stars: ✭ 38 (-42.42%)
Mutual labels:  medical-imaging
clinicadl
Framework for the reproducible processing of neuroimaging data with deep learning methods
Stars: ✭ 114 (+72.73%)
Mutual labels:  medical-imaging
3d-prostate-segmentation
Segmentation of prostate from MRI scans
Stars: ✭ 36 (-45.45%)
Mutual labels:  medical-imaging
NMRI
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data
Stars: ✭ 13 (-80.3%)
Mutual labels:  medical-imaging
mammography metarepository
Meta-repository of screening mammography classifiers
Stars: ✭ 44 (-33.33%)
Mutual labels:  medical-imaging
dicomifier
A medical image converter
Stars: ✭ 22 (-66.67%)
Mutual labels:  medical-imaging
medSeg
Medical Image Segmentation Toolkit based on PaddlePaddle - 基于paddle的医学影像分割框架
Stars: ✭ 88 (+33.33%)
Mutual labels:  medical-imaging
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (-13.64%)
Mutual labels:  medical-imaging
eye-tracker-setup
👀 Tobii Eye Tracker 4C Setup
Stars: ✭ 24 (-63.64%)
Mutual labels:  medical-imaging
Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-56.06%)
Mutual labels:  medical-imaging
ITKSphinxExamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 48 (-27.27%)
Mutual labels:  medical-imaging
cornerstone widget
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.
Stars: ✭ 25 (-62.12%)
Mutual labels:  medical-imaging
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (-18.18%)
Mutual labels:  medical-imaging
unet-pytorch
This is the example implementation of UNet model for semantic segmentations
Stars: ✭ 17 (-74.24%)
Mutual labels:  medical-imaging
go-dicom
DICOM parser for golang
Stars: ✭ 51 (-22.73%)
Mutual labels:  medical-imaging
RNiftyReg
An R interface to the NiftyReg medical image registration library
Stars: ✭ 32 (-51.52%)
Mutual labels:  medical-imaging
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (-56.06%)
Mutual labels:  medical-imaging
fuse-med-ml
A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Stars: ✭ 66 (+0%)
Mutual labels:  medical-imaging

dwv-vue

Medical viewer using DWV (DICOM Web Viewer) and Vue.js.

All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a yarn or npm install.

dwv-vue is not certified for diagnostic use. Released under GNU GPL-3.0 license (see license.txt).

Node.js CI

Available Scripts

  • ìnstall: install dependencies
  • start: serve with hot reload at localhost:8080
  • lint: run linting
  • test: run unit tests with hot reload
  • e2e: run e2e tests
  • build: build for production

Unit tests use Jest and e2e tests Nightwatch.js.

This project was generated with the vue-cli version 3.0.1.

For a detailed explanation on how things work, check out the vue-cli doc.

Steps to run the viewer from scratch

# get the code
git clone https://github.com/ivmartel/dwv-vue.git

# move to its folder
cd dwv-vue

# install dependencies
yarn install

# call the start script to launch the viewer on a local server
yarn run start

You can now open a browser at http://localhost:8080 and enjoy!

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].