An exploration of leveraging Autonomio packages for researcher focused automated literature review system.
conda create -n literview
conda activate literview
python3 -m venv literview
source literview/bin/activate
pip install git+https://github.com/autonomio/dedomena.git
pip install flask
flask run