
An interactive Flask web app for sentiment and emotion analysis using pretrained Transformer models. It applies a full NLP pipeline (cleaning, tokenization, lemmatization, POS, NER), runs inference with multiple models, generates a word cloud, persists results in SQLite, and provides a downloadable analysis report.
Users enter text or upload a file, select a model (DistilBERT SST‑2 / Twitter RoBERTa / GoEmotions). The app runs preprocessing, performs inference to get sentiment/emotion labels, visualizes a word cloud, stores results in SQLite, and allows downloading a comprehensive TXT report.
Designed and Developed by Aradhya Pavan H S