Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 533 Bytes

TwitterSentimentAnalysis

This Project classifies sentiment of tweets as possitive or negative using Machine learning model train on dataset having 80000 labelled tweets.
The Model uses Naive Bayes and Logisitic Regression to predict sentiments.For model you can refer to the notebook(SentimentAnalysis.ipynb).

Prerequisite

For running program make sure you have these libraries installed in your system

  • Numpy
  • Pandas
  • Scikit learn
  • NLTK
  • Tweepy