Twitter DataSet Sentiment Analysis and Modeling
http://help.sentiment140.com/for-students
This has all the notebooks for exploratory analysis
This has the tweets data used in the project . Added couple sets here. Used 10k for exploration, 5k for testing deployment and 20k for LSTM and Bert models
This has notebooks for all the models tested with - Basic tfidf/SVM, LSTM and Bert
RunModel.ipynb notebook has 2 methods predict() for testing 1 tweet sentiment and predict_multiple() for testing on multiple tweets. It needs all the files uploaded in that folder