In short, this project will provide the means for companies to evaluate their products based on user opinions on Twitter.
User will be provided with the means to search for specific tweets.
Tweets will be streamed from twitter using Tweepy API. Right at the same time tweets will be uploaded to the database.
Tweets will be pulled from the database. Then they will be run through sentiment analysis, which will determine if they are positive, negative or neutral.
The application will open a new window for the user where the results will be displayed.
On the first page, the user will be presented with a simple text box and a button for search execution. All items will be located in the middle of the page.
On the second page, the results will be displayed. The user will see an over all result stating if the queried search item has positive negative or neutral result.
Below the over all result, user will be provided with the tweets that have been evaluated and individual scores of each tweet.
All documantation and code produced so far can be found below.