I clean and classify unstructured text data — reviews, tickets, descriptions — into meaningful categories. This includes text preprocessing (tokenization, stop-word removal, lemmatization), feature extraction (TF-IDF/Bag of Words), and model training validated with accuracy and confusion matrix metrics.