Recist-App is a cloud application for the interactive analysis of the evolution of tumors in medical images
- Import DICOM medical images from URL or local storage
- Mark the size of the lesions
- Get the final evaluation following RECIST standards
Recist-App uses a number of open source projects to work properly:
- AMI - Medical Imaging JavaScript ToolKit
- Polymer - JavaScript library for building web applications using Web Components
- Node.js and Express - As webserver to manage static files at deployment
Recist-App requires Node.js v7.10+ to run.
Install the dependencies and devDependencies and start the server.
$ cd recist-app
$ npm install
$ npm start
Note: Example is not using a real case/data
MIT