https://github.com/shalwin04/sentiment_analysis
Sentiment Analysis on Amazon reviews
https://github.com/shalwin04/sentiment_analysis
Last synced: 9 months ago
JSON representation
Sentiment Analysis on Amazon reviews
- Host: GitHub
- URL: https://github.com/shalwin04/sentiment_analysis
- Owner: shalwin04
- Created: 2024-02-11T16:44:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T16:57:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T10:41:53.905Z (11 months ago)
- Language: Jupyter Notebook
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentiment Analysis using NLTK, VADER, and Roberta
## Overview
This repository contains code and resources for performing sentiment analysis for Amazon reviews using NLTK (Natural Language Toolkit), VADER (Valence Aware Dictionary and sEntiment Reasoner), and Robota. Sentiment analysis is the process of determining the sentiment or emotional tone of a piece of text, which is valuable for understanding attitudes, opinions, and emotions expressed within textual data.
## Usage
1. Clone this repository to your local machine.
2. Install the necessary dependencies (NLTK, pandas, numpy, etc.).
3. Open and run the Jupyter Notebook to perform sentiment analysis on the provided dataset or your custom datasets.
## Dependencies
- NLTK
- pandas
- numpy
- matplotlib (for data visualization)
- seaborn (for data visualization)
- scikit-learn (for machine learning tasks)