Skip to content

Files

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 775 Bytes

NewsLine

A Python system that collects news stories over RSS via Huginn and uses Natural Language Processing to interpret and determine up-and-coming news stories. Using Flask, the system presents this information to the user with a clean interface.

Dependencies

Installation

Be sure to get:

  • couchdb-python
  • MySQLDB-python
  • NLTK
  • Flask

Execution

Run python run.py to start the webserver and the database handler.