All Projects → chestrays → cornerstone_widget

chestrays / cornerstone_widget

Licence: Apache-2.0 license
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to cornerstone widget

DashIntro
A quick intro to Dash made for the PyData event in Zurich
Stars: ✭ 57 (+128%)
Mutual labels:  jupyter, binder-ready
jupyter rfb
Remote Frame Buffer for Jupyter
Stars: ✭ 21 (-16%)
Mutual labels:  jupyter, widgets
ijava-binder
An IJava binder base for trying the Java Jupyter kernel on https://mybinder.org/
Stars: ✭ 28 (+12%)
Mutual labels:  jupyter, binder-ready
NMRI
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data
Stars: ✭ 13 (-48%)
Mutual labels:  medical-imaging, medical-image-computing
appmode
Creating web applications with Jupyter and Binder
Stars: ✭ 37 (+48%)
Mutual labels:  jupyter, binder-ready
wxyz
Some Experimental Widgets
Stars: ✭ 25 (+0%)
Mutual labels:  jupyter, ipywidgets
ipydagred3
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
Stars: ✭ 38 (+52%)
Mutual labels:  jupyter, ipywidgets
modelhub
A collection of deep learning models with a unified API.
Stars: ✭ 59 (+136%)
Mutual labels:  medical-imaging, medical-image-computing
Ipysheet
Jupyter handsontable integration
Stars: ✭ 399 (+1496%)
Mutual labels:  jupyter, widgets
clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (+40%)
Mutual labels:  jupyter, binder-ready
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (+92%)
Mutual labels:  jupyter, ipywidgets
nnDetection
nnDetection is a self-configuring framework for 3D (volumetric) medical object detection which can be applied to new data sets without manual intervention. It includes guides for 12 data sets that were used to develop and evaluate the performance of the proposed method.
Stars: ✭ 355 (+1320%)
Mutual labels:  medical-imaging, medical-image-computing
ipylab
Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍
Stars: ✭ 101 (+304%)
Mutual labels:  jupyter, widgets
Responsible Ai Widgets
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 107 (+328%)
Mutual labels:  jupyter, widgets
voila-gpx-viewer
GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila
Stars: ✭ 43 (+72%)
Mutual labels:  jupyter, ipywidgets
MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (+132%)
Mutual labels:  medical-imaging
ClimateLaboratoryBook
JupyterBook source for The Climate Laboratory
Stars: ✭ 74 (+196%)
Mutual labels:  jupyter
AIML-in-Medicine-club
Repository for "AI/MD in Medicine" club in clubhouse
Stars: ✭ 42 (+68%)
Mutual labels:  medical-imaging
FCN-CTSCAN
A small TensorFlow project created to test some machine learning problems
Stars: ✭ 17 (-32%)
Mutual labels:  medical-imaging
content-aware-sidebars
WordPress Plugin to create and display custom sidebars according to the content being viewed. Fast and powerful.
Stars: ✭ 21 (-16%)
Mutual labels:  widgets

cornerstone_widget Build Status codecov Binder

A Jupyter Widget for the Cornerstone Medical Image Viewing Library

Preview

Overview

The widget lets you easily look at medical and similar images in the browser using the CornerstoneJS library. The library offers lots of fancy functionality like zoom, windowing, panning, regions of interest, painting, polygons and beyond. Currently only a few of these features are implemented but feel free to make pull-requests or issues with suggestions

Notebooks

The notebooks directory contains demo and tutorial, you can use mybinder to get a quick feeling for what works well.

Installation

To install use pip:

$ pip install git+https://github.com/chestrays/cornerstone_widget
$ jupyter nbextension enable --py --sys-prefix cornerstone_widget

For a development installation (requires npm),

$ git clone https://github.com//cornerstone_widget.git
$ cd cornerstone_widget
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix cornerstone_widget
$ jupyter nbextension enable --py --sys-prefix cornerstone_widget
$ jupyter labextension install js
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].