Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

GoogleCloudPlatform/healthcare-nlp-visualizer-demo

Repository files navigation

Healthcare NLP Visualizer Demo

The demo application is a Node.js and React.js system to visualize the Google Cloud Healthcare Natural Language API. You can upload your own sample medical text to visualize the output such as medical dictionaries, entity extraction and relationships, context assessment and more. We have also provided sample texts for a a medical record, research paper and lab form.

screencast

Prerequisites

  1. A GCP Project with billing and the Healthcare NLP API enabled.
  2. Complete the Healthcare NLP How-to Guide.
  3. Familiarity with Google Cloud Functions and Vue.js.

Set Up Instructions

Backend

The HTTP Cloud Function can be found in the /visualizer directory. Please note, this code is NOT meant for production use.

  1. Download the service account key for your project.
  2. Deploy the Cloud Function, you can follow the instructions here.
  3. Copy the endpoint for your Cloud Function.

Frontend

The Vue.js app is found in the /app directory.

  1. cd app/
  2. Paste your Cloud Function endpoint in to the placeholder in index.html.
  3. Start a local server of your choice and open the application in your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published