From your directory where you cloned this, you'll need to go up one directory, create a directory called input, then download the kaggle data files and drop them there.
To run this you need to be able to run jupyter notebooks. You can run these in vscode by installing the extension.
I also install conda to set up the environment and install necessary packages.
- Create a conda environment
$ conda env create -n kaggle --file env.yml
- Export your existing environment
$ conda env export --from-history > env.yml