/PageRecommender

Chrome extension and Django app for recommending articles based on previously tagged articles.

Primary LanguagePython

PageRecommender

Chrome extension and Django app for recommending articles based on previously tagged articles.

Setup

Chrome Extension

To add the Chrome Extension:

  1. Navigate to chrome://extensions/
  2. Check the "Developer mode" box
  3. Drag and drop the chrome_extension directory onto this page

Django App

For the first time running, you have to create the necessary tables in the sqlite database. You can do this by running python PageRecommender/web_app/manage.py migrate

To start the app, run python PageRecommender/web_app/manage.py runserver 8000

This should be the default run command when using PyCharm with PageRecommender/web_app as the project root.