This repo contains the benchmark solution for the question to question workshop task.
The first step is cloning this repo into your machine. Once cloned, go inside the directory and install the dependencies as follows:
python3 -m venv env
source env/bin/activate
pip install -r requirments.txt
The results achieved by using the benchmark solution (as implemented in bench.py) can be found on the leaderboard on the workshop's kaggle page.