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).
For running program make sure you have these libraries installed in your system
- Numpy
- Pandas
- Scikit learn
- NLTK
- Tweepy