/amazon_product_reviews_analysis

This GitHub repository showcases sentiment analysis in Python using VADER and the Roberta Pretrained Model. Explore two powerful techniques for analyzing sentiment in textual data and gain insights into the sentiment behind amazon reviews.

Primary LanguageJupyter Notebook

amazon_product_reviews_analysis

In this notebook we will be doing some sentiment analysis in python using two different techniques:

VADER (Valence Aware Dictionary and sEntiment Reasoner) - Bag of words approach Roberta Pretrained Model from 🤗 Huggingface Pipeline