A simple streamlit app to compute Jaccard distance for records from the medical-nlp database.
Clone this repository, install other dependencies with pip install -r requirements.txt
.
Then download the medical-nlp repository and copy the contents of their data folder into this data folder.
Move into the task2 folder and run streamlit run app.py