COVID19_tweet_sentiment_classification

Problem Statement

Text Classification on the COVID19 tweet data. The tweets have been pulled from Twitter and manual tagging has been done then. The names and usernames have been given codes to avoid any privacy concerns

https://www.kaggle.com/datatattle/covid-19-nlp-text-classification

Step to train model

  • Download the Repo
  • Run src/training.py file to generate train and test data save to Dataset directory.
  • Run command to start the training python -m spacy train config/config.cfg --output ./output

Step to test model using Streamlit

  • Run the main.py file streamlit run main.py
  • Below images are the result

image

image

image