Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 523 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 523 Bytes

WingIt

By Avery Vine and Maxim Kuzmenko

WingIt is a tool for determining the political bias of a provided news article. It uses Naive Bayes algorithm over supervised training data to determine where on the political spectrum the article lands. Furthermore, it provides the user with a list of suggested articles of varying political biases from its own database, in order to ensure the user gets a balanced news diet.

SERVER: A Tomcat server running Jersey

CLIENT: A Node.js server providing a web interface