Patient used: patient: 103001
ecg_qc_viz requires:
- Python (>= 3.6)
- ecg-qc (1.0b4 deep_learning branch)
- plotly (>=4.14.1)
- streamlit (>=0.74.1)
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.
- Create dataset_streamlit folder
mkdir dataset_streamlit
- Download the dataset
make download_streamlit_dataset_103001
- Extract for streamlit
make install_streamlit_dataset_103001
- Run Streamlit
make run