Kaggle Data set: https://www.kaggle.com/c/nlp-getting-started/data
The training dataset contains a set of tweets with a target column which specifies if a tweet contains some disaster news or not.
cleaned the tweets used GloVe for word embeddings as GloVe is an unsupervised technique, used Keras Sequential model to make the predictions if the tweet is a disaster or not.