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.
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.
- Python 3.11.7
- Jupyter Notebook
- scikit-learn
- pandas
- numpy
- nltk
- tkinter