This PR contains the implementation of recommendation mechanism as stated here.
NOTES:
I didn't include our AWS url in the source code. You should set REC_AWS_URL variable in settings.py to test it in your local.
You can tune REC_NUMBER_OF_RANDOM_USER_POSTS, REC_NUMBER_OF_RANDOM_OTHER_POSTS and REC_NUMBER_OF_RESULTS parameters (in settings.py) as you wish to see the randomness in the results.
Hello,
This PR contains the implementation of recommendation mechanism as stated here.
NOTES:
REC_AWS_URL
variable insettings.py
to test it in your local.REC_NUMBER_OF_RANDOM_USER_POSTS
,REC_NUMBER_OF_RANDOM_OTHER_POSTS
andREC_NUMBER_OF_RESULTS
parameters (insettings.py
) as you wish to see the randomness in the results.Fixes #136.