Django web application - Named Entity Recognition to identify and extract 4W situational events - WHAT WHERE WHEN WHO - from crisis text reports and Twitter.
Deployed on Heroku : https://djangonercrisis.herokuapp.com/home/
- Django Framework : for web app development
- Django REST Framework : for REST API development
- SpaCy & Displacy : for NLP and Named Entity Recognition visualization
- CrisisLex : for crisis lexicon (updated and modified)
- Tweepy : for accessing the Twitter API
- SQLite database & PostgreSQL for deployment