Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 389 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 389 Bytes

paper_tracker

arxiv, google scholar, microsoft academic

install

version: Python 3.7x

$ git clone https://github.com/yuriufo/paper_tracker.git
$ cd ./paper_tracker
$ pip install -r requirements.txt

datasets

create

$ flask initdb

update or recreate

$ flask initdb --drop

run

$ flask run --host 0.0.0.0 --port 7777