You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cardio

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardio

A simple web-based viewer for 4D ('cine') medical imaging data.

2023.1.2
pipPyPI
Maintainers
1

Cardio

cardio is a simple web-based viewer for 4D ('cine') medical imaging data. cardio is able to render sequences of mesh files (e.g., \*.obj files) and volume renderings of image files (e.g. *.nii.gz files). cardio is launched from the commandline and configured using a TOML file.

Quickstart

$ python -m venv .venv
$ . ./.venv/bin/activate
(.venv) pip install cardio
(.venv) cardio --config ./examples/cfg-example.toml

App running at:
 - Local:   http://localhost:8080/
 - Network: http://127.0.0.1:8080/

Keywords

Medical

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts