- Run
pip3 -r requirements.txt
- Download PubMed XML files from this URL and place them into
data
- Run
python3 embedding.py
. The embedding along with the documents are serialized (this may take a long time) - Run HTTP endpoint using
flask -A server run
- Access zipdoc as http://127.0.0.1:5000
-
Notifications
You must be signed in to change notification settings - Fork 0
macemoth/HackZurich2022
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A medical search engine with vector search implemented at the Hack Zurich 2022 within 33 hours