TripAdvisor-Review-Rating-Prediction-Using-NLP-and-Machine-Learning
PublicThis project predicts TripAdvisor hotel review ratings (1–5 stars) using Natural Language Processing and Machine Learning. After preprocessing the review text and applying TF-IDF / CountVectorizer, models such as Logistic Regression, Linear SVM, and Naive Bayes were trained to classify ratings. The dataset contains 20,491 reviews.