0.2.1 • Published 5 years ago

interactive-ucla-expirements v0.2.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Tehsurfer/MPB

A Web viewer for viewing ECG data stored in Blackfynn on a fitted 3D model of the heart exported from Zinc

The purpose of this web viewer is to be able to explore data in a 3D shareable environment. Hopefully this will allow for conceptualisations of such data in browser.

View the latest online version at: https://blackfynnpythonlink.ml/hoverGraph/MPB/

Devloper Installation

  1. git clone https://github.com/Tehsurfer/Data-Registration-Portal.git
  2. Install Node.js if you do not have it (check using npm -v)
  3. Navigate to the /MPB directory and:
npm install
npm run build
  1. Open simple_heart/index.html in Firefox

    OR

    Use python -m http.server

    Go to http://0.0.0.0:8000/simple_heart/index.html with Chrome