Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 399 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 399 Bytes

News-System

A news article recommendation system written in python. Utilized term frequence - inverse document frequency to generate tags for invidual news articles. Then used the vector of tags to run a K-means clustering algorithm to cluster articles. User inputs some article they read and the program generates 5 article recommendations. final_project.py file has instructions on how to run.