Skip to content

supremkc05/SentimentalAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SentimentalAnalysis

Sentimental Analysis on Daraz Product Reviews

This project performs sentiment analysis on text data using various machine learning models. The primary model used is the Multinomial Naive Bayes classifier.

Project Structure

  • final.ipynb: Jupyter notebook containing the code for data preprocessing, model training, evaluation, and prediction.
  • data/: Directory containing the dataset used for training and testing.
  • models/: Directory to save trained models.
  • scripts/: Directory containing utility scripts for data preprocessing and model evaluation.

Requirements

  • Python 3.11.7
  • Jupyter Notebook
  • scikit-learn
  • pandas
  • numpy
  • nltk
  • tkinter

Releases

No releases published

Packages

No packages published