Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 987 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 987 Bytes

Medical Image Series Viewer

This project was built as an initial interview prototype for an Australian AI medical startup Maxwell Plus who specialise in Prostate Cancer. I subsequently spent a year at Maxwell leading the development of the patient and diagnostics web applications.

The viewer is utilising core functionality from cornerstone.js and d3.js to show the example medical images.

View demo - https://medical-image-viewer.vercel.app

This project was bootstrapped with Create React App.

Usage

  1. Ensure you have yarn or npm installed (v10+). Node JS installer.
  2. Run yarn install or npm install in the root of this project in your terminal.
  3. Run yarn start or npm start in the root of this project in your terminal.