I worked on a Sentiment Analysis project where I classified customer reviews into positive, negative, and neutral categories. I performed text preprocessing, used TF-IDF for feature extraction, and applied a machine learning model to improve accuracy. This project helped me gain...