This project focuses on text classification of Amazon reviews using machine learning techniques. The study preprocesses review data, addressing issues like special characters, stop words, and lemmatization, before applying Multinomial Naive Bayes and Logistic Regression models for categorization. The project explores feature extraction methods like TF-IDF and n-grams to enhance classification accuracy. The research evaluates model performance based on accuracy, precision, and other metrics. The results show that while both models can classify review data, the accuracy varies, highlighting the impact of data imbalance and feature selection. The project also discusses the ethical considerations and limitations of the models, suggesting future research directions, including the application of advanced techniques like Word2Vec and exploring alternative classifiers like XGBoost and CNNs to improve the accuracy of text classification. The project also compares and contrasts the performance of different classifiers, including Logistic Regression, Naive Bayes, and XGBoost, to identify the best approach for this specific classification task.