TCIA Data Exploration and Information Visualization

We propose an environment for visualizing and exploring TCIA data . We leverage TCIA's REST API to programmatically query and download data. We propose methods to create a new search interface to the data as an alternate way to explore the contents of TCIA, create dynamic dashboards that can be extended to support the exploration of TCIA data using Javascript libraries like crossfilter and dc.js. This method is extendible to support data from other remote archives.

Quick start guide

Installation
  • Install Node.js
  • Clone the repository
  • Run npm install #####Running
  • Modify the files present in public/config to fit your needs.
  • Run node app.js
  • Goto http://localhost:3000 from your favorite browser.

Read the User Guide present in docs/wiki/ for more details

Built With

Share this project:

Updates