macemoth / HackZurich2022

A medical search engine with vector search implemented at the Hack Zurich 2022 within 33 hours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackZurich2022: zipdoc

Installation and usage

  1. Run pip3 -r requirements.txt
  2. Download PubMed XML files from this URL and place them into data
  3. Run python3 embedding.py. The embedding along with the documents are serialized (this may take a long time)
  4. Run HTTP endpoint using flask -A server run
  5. Access zipdoc as http://127.0.0.1:5000

About

A medical search engine with vector search implemented at the Hack Zurich 2022 within 33 hours


Languages

Language:Python 72.3%Language:HTML 27.7%