Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 572 Bytes

python-opencv ECG to Signal Vector

Docker Image for ECG to Signal Vector

How to build image and run (In case edit code ....)

docker build -t ecg_python_image .

docker run -it -v <ECG_IMAGES_HOST_PATH>:/home/ecgProject/input ecg_python_image

How to download pre-build image and run (just run out the box)

docker pull carabiasjulio/ecg2vector:latest

docker run -it -v <ECG_IMAGES_HOST_PATH>:/home/ecgProject/input carabiasjulio/ecg2vector

Run Example:

docker run -it -v /Users/carabias/PycharmProjects/ECG/ecgFolder:/home/ecgProject/input ecg_python_image