Simple webapp enabling the exploration of the two indexes created for evaluating the approach presented in paper #55.
Go to file
Andrea Mannocci b658227f79 Update 'README.md' 2020-06-11 17:24:51 +02:00
static fixed format 2020-06-11 17:13:48 +02:00
.gitignore first commit 2020-06-11 16:40:40 +02:00
README.md Update 'README.md' 2020-06-11 17:24:51 +02:00
es_connector.py fixed format 2020-06-11 17:13:48 +02:00
main.py first commit 2020-06-11 16:40:40 +02:00
requirements.txt addidng requirements 2020-06-11 16:45:45 +02:00

README.md

TPDL 2020 Paper 55 Companion webapp

Setup instructions

  • Clone repo and enter the root folder
  • Create a virtual environment with python 3
  • Install python dependencies with pip install -r requirements.txt
  • Install Bower package manager with npm install -g bower
  • cd static
  • Install Bower dependencies bower install. It should create a folder static/bower_components
  • Go back to the root folder
  • Run the app uvicorn main:app --port <int> --reload