- Aim was to detect an `uncalled' situation (such as an earthquake or a bomb blast) and the corresponding location, by collecting and analyzing relevant twitter feeds in real-time.
- This was achieved by keyword-based tweet filtering and making the tweets pass through the stages of Part-of-Speech and Named Entity Relation, using Natural Language Processing tools and Stanford Core NLP. Also, geocoded each location by sending a get request to OpenMap API to find coordinates.