This is the webpage for the SciClaimEval pilot task.
The website is based on Jekyll. To run it locally, you need to install jekyll via:
gem install jekyll bundlerAfterwards, you can run the website locally via:
bundle install
bundle exec jekyll serveThis should start the service on 127.0.0.1:4000.
First, update the excel file in assets/SciClaimEval26_Results.xlsx than run python results_processor.py. After that, just refresh the website.
In order to run the python script (which analyzes the Excel file and generates a JSON file), you need to install requirements pip install -r requirements.txt