Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 357 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 357 Bytes

SubredditRecommender

Recommends subreddits for a user using Praw, Python, and MongoDB. Uses the k-Nearest-Neighbors algorithm to find the users most similar to you, and return the subreddits that the similar users have that you don't have.

Installation

Just run pip install -r requirements.txt.

Then run the program with python recommendAlgo.py.