Skip to content

alexisgcomte/ecg_qc_viz

Repository files navigation

ecg_qc_viz

ecg_qc_viz

Patient used: patient: 103001

I - Installation / Prerequisites

Dependencies

ecg_qc_viz requires:

  • Python (>= 3.6)
  • ecg-qc (1.0b4 deep_learning branch)
  • plotly (>=4.14.1)
  • streamlit (>=0.74.1)

User installation

For manual install, use follow commands:

$ git clone https://github.com/alexisgcomte/ecg_qc_viz.git
$ cd ecg_qc_viz/
$ python -m venv env && source env/bin/activate
$ pip install -r requirements.txt

Afterward, please check ecg_qc doc for manual install: https://github.com/Aura-healthcare/ecg_qc/tree/deep_learning

If there are some issues, install requirements.txt and tensorflow before installing via setup.py.

II - How to use

  1. Create dataset_streamlit folder
mkdir dataset_streamlit
  1. Download the dataset
make download_streamlit_dataset_103001
  1. Extract for streamlit
make install_streamlit_dataset_103001
  1. Run Streamlit
make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published