This code analyze the product reviews of amazon database.
10.April.2020.-.Loom.Recording.mp4
Here we required to download some libraries.
-
TextBlob Library Command: pip install textblob
-
nltk Library: pip install nltk
Run the file ReviewAnalysisCode.py in an IDE or in command line with the command
(File Directory)/>python ReviewAnalysisCode.py
Make sure to keep the AmazonReview44.csv file in the same directory that of the .py file