NLP4MusA2020 contains DBIS pipeline configurations.
The ALF200k dataset.
To run commands in the Makefile
be sure that you them using pipenv
. The
easiest way to do so is to execute them within pipenv shell
.
- preprocess the data by calling ..., after which it should be in
data/processed
. - call
pipenv run python -m dbispipeline <yourconfigurationfile.py>
Please use the pre-commit hooks. Either install it on your system or use the development dependencies.