This project is split into 5 components:
- Calculation of sentiment scores with Naive Bayes model
- K-means to show similarity in reviews but difference in ratings
- Calculation of sentiment scores with VaderSentiment library
- Extracting data for plotting trend data
- Plotting trends with D3
The directory structure is as follows:
-AmazonReviewAnalytics
----NaiveBayes
----VaderSentiment
----trends
----visualization
----k-means
To execute the code for each of these components, refer to the README in the respective folders.