About | Features | Technologies | Requirements | Starting | Made By | Author
I have done Exploratory Data Analysis on the Data of a few Million Amazon Customer's Reviews & their Star Ratings in the Facebook's fastText format. I have done basic text processing & then built an unoptimized Deep Learning model on Convolutional Neural Network (CNN).
✔️ Uses Convolutional Neural Network (CNN)
✔️ Has 94.73% Accuracy
✔️ Uses Facebook's fastText for Fast Representation
✔️ DataSet Link:- www.kaggle.com/datasets/bittlingmayer/amazonreviews
✔️ Colab Notebook Link: https://colab.research.google.com/drive/1eaQXq_cg3RLqcDkhmeO4UntairnJdFbk?usp=sharing
The following tools were used in this project:
Before starting, you need to have Git & basic Deep Learning libraries installed.
# Clone this project
$ git clone https://github.com/UtkarshPrajapati/Amazon-Sentiment-Analysis.git
# Access
$ cd Amazon-Sentiment-Analysis
# Install dependencies
$ pip install -r requirements.txt
# Run the project
$ jupyter nbconvert --execute Sentiment Analysis Amazon.ipynb
Made with ❤️ by Utkarsh Prajapati