Browse Source

Merge remote-tracking branch 'origin/master' into master

Lucas Gautheron 3 years ago
parent
commit
cd93d915b0
1 changed files with 25 additions and 0 deletions
  1. 25 0
      README.md

+ 25 - 0
README.md

@@ -0,0 +1,25 @@
+# VanDam Demo
+
+VanDam, Mark (2018). [VanDam Public Daylong HomeBank Corpus](https://homebank.talkbank.org/access/Public/VanDam-Daylong.html). doi:10.21415/T5388S.
+
+## Installation instructions
+
+You need [datalad](https://www.datalad.org/) and the [datalad osf extension](https://github.com/datalad/datalad-osf) in order to install the dataset. They can be installed with:
+
+```bash
+pip install datalad datalad-osf
+```
+
+The next step is to clone the dataset :
+
+```bash
+datalad install https://github.com/LAAC-LSCP/vandam-daylong-demo.git
+cd vandam-daylong-demo
+```
+
+## Getting data
+
+```bash
+datalad get recordings # download all recordings
+datalad get annotations # get annotations
+```