Skip to content

A user interface for exploring and evaluating results from the ClarityNLP clinical phenotype application.

Notifications You must be signed in to change notification settings

ClarityNLP/results-viewer

Repository files navigation

results-viewer

To run standalone

  1. Copy .env.example to .env, and edit with your properties.
  2. Making sure npm is installed, run
npm install

and

npm start
  1. The application runs by default here.

Running Docker standalone

  1. Build image
docker build -t results-viewer-app .
  1. Run the image
docker run -it -v ${PWD}:/usr/src/app -v /usr/src/app/node_modules -p 8200:8200 --rm results-viewer-app
  1. The application runs by default here.

About

A user interface for exploring and evaluating results from the ClarityNLP clinical phenotype application.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages