This is a place of FSE project
To run:
export FLASK_APP=app.py
python3 db/db.py
flask run
- go to
http://127.0.0.1:5000/
in browser
Some notes about demo.ipynb In the notebook we:
- load all necessary files (if models were trained, go to the 4-th step)
- train&save N models for searching through text in N papers (if models were)
- train&save model for searching relevant articles
- load model from the 3-rd step
- create queries using model.dataset_search or model.paper_search methods