Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 560 Bytes

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