Recommender system for Scholarly Articles Dataset available at https://www.kaggle.com/neelshah18/arxivdataset and text file for topics explanation is copied from https://arxiv.org/archive/cs
- Source notebook available at https://www.kaggle.com/deviantpadam/scholarly-articles-recommender-system-doc2vec
Site is live on http://deviantpadam.pythonanywhere.com/
Instructions to run the flask app -
- Install git
- Open cmd/terminal
- Clone this repository using
git clone https://github.com/DeviantPadam/rec_system.git
or download the zip file. - Install required dependencies from requirement.txt using
pip install package_name
orconda install -c
- Open cmd/terminal and set current directory to repository directory using
cd repository_path
- Execute
export FLASK_APP=recommender.py
(linux) orset FLASK_APP=recommender.py
(windows) - Then execute
flask run
- Click on the development link to see the flask app