Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manideep2510 committed May 12, 2019
1 parent 2da83dc commit b8c48f1
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions ecg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,10 @@
Clone the repository

```
git clone [email protected]:awni/ecg.git
git clone [email protected]:manideep2510/ECG-acquisition-classification.git
```

If you don't have `virtualenv`, install it with

```
pip install virtualenv
```

Make and activate a new Python 2.7 environment

```
virtualenv -p python2.7 ecg_env
source ecg_env/bin/activate
```
**Python 3.5 or higher is required to run the code. To test the code the with the pretrained models, Python 3.5 is the only one it supports**

Install the requirements (this may take a few minutes).

Expand Down Expand Up @@ -65,6 +54,8 @@ python ecg/predict.py <dataset>.json <model>.hdf5
replacing `<dataset>` with an actual path to the dataset and `<model>` with the
path to the model.

**This work and code is developed by the awsome team of Awni et al, StanfordML Group.**

## Citation and Reference

This work is published in the following paper in *Nature Medicine*
Expand Down

0 comments on commit b8c48f1

Please sign in to comment.