Tree-based representation of news articles based on Microsoft Azure Cognitive Services - Prototype created during the HackX 2017 Hackathon (Microsoft, Handelsblatt, FlowFact)
Awarded with the best innovation prize and best pitch prize
NOTE: Requires python3, Node.js
$ git clone https://github.com/jonasrothfuss/HackX2017.git$ cd HackX2017/$ pip install -r requirements.txt$ npm install -g bower$ npm install$ bower install$ python manage.py migrate$ python manage.py runserver