Simple webapp enabling the exploration of the two indexes created for evaluating the approach presented in paper #55.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Andrea Mannocci 4ae4c92a1f changed example labels 4 years ago
static changed example labels 4 years ago
.gitignore first commit 4 years ago
README.md Update 'README.md' 4 years ago
configuration.defaults renamed configuration file 4 years ago
es_connector.py exposing ES index as a property 4 years ago
main.py fixing wrong http method 4 years ago
requirements.txt updated requirements 4 years ago

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