It is a web app that allows you to input a comment about spotify and it will analyse the comment and give you a sentiment score.
The dataset is from kaggle and it is a csv file as provided here. Dataset
The notebook is the file that contains the code for the project. Notebook
- Importing the dataset
- Picking the required columns
- Cleaning the data
- Preprocessing the text
- Removing the punctuations
- Changing the text to lower case
- Whitespaces removal
- Removing the numbers
- Removing urls and html tags
- Removing the stopwords
- Lemmatization
- Exploratory Data Analysis
- Histogram of the rating
- Histogram after categorizing the rating
- More EDAs
- Wordcloud
- Sentiment analysis
- Deployment