Skip to content

Commit 4a9218c

Browse files
author
Philippe Rémy
authored
Update README.md
1 parent d1c1f40 commit 4a9218c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ DateTime_UTC
5151
- Scroll right to see all the columns!
5252
- Volumes are displayed in BTC.
5353
- Returns are in percentage and are computed on the close prices.
54+
55+
## How to get started?
56+
```
57+
git clone https://github.com/philipperemy/deep-learning-bitcoin.git
58+
cd deep-learning-bitcoin
59+
./data_download.sh # will download it to /tmp/
60+
python3 data_generator.py /tmp/btc-trading-patterns/ /tmp/coinbaseUSD.csv 1 # 1 means we want to use quantiles on returns. 0 would mean we are interested if the bitcoin goes UP or DOWN only.
61+
```

0 commit comments

Comments
 (0)