Skip to content

Analyzes product reviews and ratings to classify sentiment (positive, negative, or neutral) using NLP techniques.

Notifications You must be signed in to change notification settings

surajsajwan00/sentiment-analysis-of-products-using-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis of Products Using NLP

Overview

This project analyzes product reviews and ratings to determine sentiment using Natural Language Processing (NLP). It helps in understanding customer feedback by classifying reviews as positive, negative, or neutral.

Sample Dataset

The sample dataset for this project is available here.

Dependencies

  • Python 3.6 or higher
  • Anaconda
  • Jupyter Notebook

Setup and Installation

  1. Clone the Repository

    git clone https://github.com/surajsajwan00/sentiment-analysis-of-products-using-NLP
    cd sentiment-analysis-of-products-using-NLP
    
  2. Create and Activate a Conda Environment

     conda create --name nlp_env python=3.6
     conda activate nlp_env
    
  3. Open Jupyter Notebook

     jupyter notebook

Navigate to the project directory and open the notebook to start the analysis.

About

Analyzes product reviews and ratings to classify sentiment (positive, negative, or neutral) using NLP techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published