Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 865 Bytes

File metadata and controls

18 lines (11 loc) · 865 Bytes

Disaster Message Classification

Project made as a part of the NLP Course (IT525). The project includes a Multilabel Classifier that classifies tweets, posted during a disaster, in whether the original poster is looking for help or not. Also, if they are looking for help, what type of help are they seeking - food, water, or shelter. The project also includes a Chrome Extension that gets activated on the Twitter home page and highlights the appropriate tweets.

Running Flask Server

    cd flask
    env FLASK_APP=app.py flask run

Demo

A working demo of the Chrome Extension can be found here.

Dataset

The dataset is a part of the Open Source Datasets provided by Appen.