Skip to content

Semantic-based search using word embedding to help the medical community develop answers to high priority scientific questions using Kaggle's CORD-19 dataset. This repository is part of Kaggle's CORD-19 challenge: https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge

Notifications You must be signed in to change notification settings

maggieezzat/Covid19-Semantic-based-Search

Repository files navigation

Covid19-Semantic-based-Search

Semantic-based search using word embedding to help the medical community develop answers to high priority scientific questions using Kaggle's CORD-19 dataset. This repository is part of Kaggle's CORD-19 challenge

Requirements:

  • IPython: pip install ipython
  • Spacy: pip install spacy
  • Numpy: pip install numpy
  • Pandas: pip install pandas
  • Tqdm: pip install tqdm
  • Gensim: pip install gensim
  • Langdetect: pip install langdetect