Simple webapp enabling the exploration of the two indexes created for evaluating the approach presented in paper #55.
Go to file
Andrea Mannocci 4ae4c92a1f changed example labels 2020-07-20 12:17:43 +03:00
static changed example labels 2020-07-20 12:17:43 +03: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
configuration.defaults renamed configuration file 2020-07-08 12:04:04 +02:00
es_connector.py exposing ES index as a property 2020-06-15 16:13:20 +02:00
main.py fixing wrong http method 2020-07-08 11:51:05 +02:00
requirements.txt updated requirements 2020-07-08 11:48:16 +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