Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 695 Bytes

File metadata and controls

22 lines (16 loc) · 695 Bytes

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