Sentiment Analysis (ML project) OverviewObjective:This is a NLP model that analyzes the sentiments of a user, on the basis on movie reviews. Dataset: Utilized Kaggle dataset that can be found at: https://www.kaggle.com/competitions/movie-review-sentiment-analysis-kernels-only/data Algorithm Used: The model is trained on 2 different machine learning algorithms, that is, Logistic Regresion and Random Forest Modules used: The primary models used in this model are Scikit-Learn, Spacy, Pandas, CSV (inbuilt library in python)