Skip to main content

the package for ECG signal processing

Project description

ecg_i2s

Transform ECG Images to Signals

You can use this code to transform ECG images into 1D signals. Follow the instructions below to get started.

We recommend you to use the newest version of the code.

Setup Instructions

1.Create a Conda Environment

We recommend using Python version 3.9.19.

conda create -n ecg python=3.9.19

Then you should activate the environment using:

conda activate ecg

2.Install Required Packages

Install the necessary packages using the following:

  • scikit-learn==1.2.2
  • scikit-image
  • unzip
  • joblib
  • pandas
  • matplotlib
  • natsort
  • streamlit_cropper
  • scipy
  • numpy==1.25.2
  • pillow
  • natsort

Alternatively, you can use the requirements.txt file to install the required packages by running:

pip install -r requirements.txt

3.Run the Code

  1. you can run the code by:
python -m i2s_ecg.run
  1. you can also write your own program, for example:
from i2s_ecg import run_app
run_app()

4.use the streamlit app

for i2s_ecg We prepare a picture to show the usage of the app.

i2s_ecg You can use the streamlit app to upload your ECG images and get the corresponding 1D signals.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

i2s_ecg-0.1.9.tar.gz (13.2 MB view hashes)

Uploaded Source

Built Distribution

i2s_ecg-0.1.9-py3-none-any.whl (13.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page