Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 354 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 354 Bytes

News Aggregator

News aggregator app that groups headlines into topics.

Queries an API for news stories, does some basic natural language processing (TFIDF, bag-of-words, and NMF) on the content of the stories to categorize them into subjects, displays them on an Android app (built using Cordova) for the frontend.

Backend uses a Django web server.