The slide outlines a five-phase methodology workflow for processing student feedback: Data Collection via surveys, Text Cleaning with slang/emoji handling, NLP Model Training for category/sentiment analysis including sarcasm, UiPath Integration for automation, and Output Visualization via dashboards. Tools include Python (NLTK, Transformers, spaCy, Pandas), Google Translate API, UiPath Studio, and Streamlit.
Methodology
{ "headers": [ "Phase", "Description", "Tools/Technologies" ], "rows": [ [ "Data Collection", "Student feedback samples", "Manual/Surveys" ], [ "Text Cleaning", "Slang removal, Hinglish translation, emoji normalization", "Python (NLTK), Google Translate API" ], [ "NLP Model Training", "Category + Sentiment (with sarcasm detection)", "Python (Transformers, spaCy)" ], [ "UiPath Integration", "Automation of text processing and analysis pipeline", "UiPath Studio, Fuzzy Matching" ], [ "Output Visualization", "Dashboard for structured reports", "Pandas, Streamlit" ] ] }
Source: The Hangry Student Decoder - HackBusters
Speaker Notes
Step-by-step workflow for decoding student feedback using NLP and UiPath automation.