# 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/) in order to install the dataset. They can be installed with: ```bash pip install datalad ``` The next step is to clone the dataset : ```bash datalad install git@gin.g-node.org:/LAAC-LSCP/vandam-data.git cd vandam-data ``` ## Getting data ```bash datalad get recordings # download all recordings datalad get annotations # get annotations ```