This is an implementation of differentially private nearest neighbours algorithms.
To get started, install the requirements found in requirements.txt. The Python version used in this project is 3.10.11.
To run code:
nohup python src/main.py &> output.txt &