This document discusses using machine learning approaches to perform sentiment analysis on students' feedback. Specifically, it proposes using a random forest classifier to analyze descriptive feedback collected through an online student portal and classify it as having positive, negative, or neutral sentiment. The proposed system would collect real-time feedback, preprocess it by removing stop words and tagging parts of speech, extract sentiment-related features, and use the trained random forest model to classify unseen feedback with 90% accuracy. The goal is to more accurately analyze both objective and descriptive feedback to evaluate teacher performance.