To build a Customer and Company relation. This project will help to understand the product based on sentiment analysis.
It will create the different sentiments of the product and will help the customer understand which product to go for and what are their customer experiences.
We used a twitter api and a twisa server from where we are fetching the sentiment of the keyword that is the product name which customer is searching.
We created a PHP website and wrote the code for the server side to send the product details.
We were able to find the sentiments of the product and successfully displayed it to the customer as well as the company can check the status of their products by understanding the customer reviews
We learned how to analyze a twitter api and a server interaction with the PHP website.