#Reddit Recommendation Engine
Implementation of a Recommendation Engine for Reddit
Live example at http://findasub.manugarri.com/
You can check how I built this app in my blog
###HOWTO
-
Check the
seed
folder to see how to set up your dataset. -
Run the web application. You can use the
reddit_recommender_python
for a python implementation or thereddit_recommender_go
for the Go implementation.