Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 835 Bytes

File metadata and controls

8 lines (8 loc) · 835 Bytes

Sentiment-Analyzer

It is a web app developed using python flask for taking a topic from user and returning sentiments on twitter about that topic.
This flask app provides an inteface to the user as a web app and provides all the deatils about what the project is all about to the user through the webpage and asks user for a topic about which the sentiments of people in twitter are to be analysed. Image 1 Image 2 The topic is then processed by the model for sentiment analysis using twitter which is explained in another respository named sentiment_analysis_using_twitter and a report is provided to the user through another webpage. Image 3 This respository is created to deploy the model created in the previous respository named as sentiment _analysis_using_twitter