This notebook purpose is to build the binary files used by RISOTTO's GUI.
%load_ext autoreload
%autoreload 2
CORD19_DATASET_FOLDER = Path("./datasets/CORD-19-research-challenge")
metapagerank_df, papers_df, topics_df = build_artifacts(CORD19_DATASET_FOLDER)
joined_df, pagerank_df, metadata_df = build_papers_artifact(CORD19_DATASET_FOLDER)