The app performs Sentiment Analysis on tweets retrieved through the Twitter API, utilizing Django - a powerful Python-based Web Framework - to power its functionality. The classification of tweets is performed using the Naive Bayes algorithm, allowing for accurate and effective sentiment analysis. Together, these features enable the app to deliver reliable and informative insights into the sentiment of the tweets analyzed.
Update twitter keys in the below files -
- Twitter-Sentiment-analysis-on-politicians-using-Django\emotion\tweepy_emotion.py
- Twitter-Sentiment-analysis-on-politicians-using-Django\sentiment\tweepy_sentiment.py