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.
- Ensure you have
yarn
ornpm
installed (v10+). Node JS installer. - Run
yarn install
ornpm install
in the root of this project in your terminal. - Run
yarn start
ornpm start
in the root of this project in your terminal.