Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 498 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 498 Bytes

Hugo Similar Posts

Computing similar posts for my blog using Sklearn Kmeans

Usage

Modify the path where your posts are in Line 470 and then execute.

$ python ./similar_posts.py

TODO

At some point I should make the path an arg to pass to the program using argparse, but since Hugo now has a similar posts feature I am using that instead of my project.