This repository contains a collection of example scripts, classes and notebooks that could be helpful to solve the EPIC Clustering Kaggle challenge.
To install locally, clone this repository and run the following command in the root directory:
pip install -e .
To install within a notebook (for example from Kaggle), run the following command:
!pip install git+https://github.com/wpmccormack/ePIC_Clustering_2023.git@pip_installable
... TODO ...