Skip to content

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

Notifications You must be signed in to change notification settings

macemoth/HackZurich2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks