Shortest-multi-run algorithm.
Crowd-based Multi-Predicate Screening of Papers in Literature Reviews, The Web Conference (WWW 2018)
Authors: Evgeny Krivosheev, Fabio Casati and Boualem Benatallah Keywords: crowdsourcing, classification, systematic reviews
Python 3.6
-
Install all dependences:
pip install -r requirements.txt -
Run flask application:
$ export FLASK_APP=flask_app.py
$ flask run