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.
- MySQL >=5.5
- Huginn
- CouchDB
- Stanford NLP
- NLTK
- Python 2.7
- Java >=8
Be sure to get:
- couchdb-python
- MySQLDB-python
- NLTK
- Flask
Run python run.py
to start the webserver and the database handler.