File size: 745 Bytes
7bbfc34
faf43de
7bbfc34
 
 
 
479e59a
7bbfc34
97a7c7c
7bbfc34
479e59a
7bbfc34
 
953f112
 
058e742
 
953f112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25aa2ba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Deepsynthbody deepfake ECG Generator
emoji: 👁
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 5.5.0
app_file: app.py
pinned: true
license: cc-by-4.0
short_description: Fake ECG Generator
---

# Deepfake ECG Generator GUI

Allows to generate ECGs. Based on the following paper:

https://www.nature.com/articles/s41598-021-01295-2

# Run locally

## Prepare venv and install dependencies
```bash
mkdir -p ~/python-environments/deepfake-ecg
python3 -m venv ~/python-environments/deepfake-ecg
. ~/python-environments/deepfake-ecg/bin/activate
pip install -r requirements.txt
```

## Run the application
```bash
./app.py
```
Then, connect a web browser to [http://127.0.0.1:7860/](http://127.0.0.1:7860/) to use the application