Sentiment analysis is a technique that allows computers and AI programs to understand the underlying sentiment of a piece of writing. This is a very complicated task even for human to summazire the sentiment of a given text. We can use one of the cognitive services provided by Microsoft Azure to do this task automatically.
To run this application, you would need one of the following two services provided by Microsoft Azure.
I have used Text Analytics Service to detect the sentiment of given text and Flask framework to build the web application.
Click Here to read more.