Clone the repo and build docker image:
git clone https://github.com/bosmart/digtrace-create.git
cd digtrace-create
sudo docker build -t digtrace .
Run in interactive mode - will mount your home folder to /mnt
:
sudo docker run -it -v ~:/mnt digtrace
Build models (the scripts are expecting input data in ~/inputs
and will create outputs in ~/outputs
):
./run-all.sh