Skip to content

NathanDeMaria/PageRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published