SALT - Digilogue Data Visualisation Project - Similarity Scoring

General info

This project consists of 2 programs:

  • prepare_data.py: Prepares two categories of data: SALT Tagging based (T) and Search/Knowlege API based Connection (G).
  • score_similarity.py: Calculates similarity scores using the prepared data (and temporarily mock data). See this document for the details of scoring logic: https://www.notion.so/Similarity-Scoring-62a412f4b5aa4aa4b9d4368a6e90456d (prepared by Genco Levi).

Setup

To run this project you must first install the required packages:

$ pip install -r requirements.txt
$ python <name_of_the_file>