TarunSingh2002/Youtube-Comments-Sentiment-Analysis ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that analyzes YouTube comments and tells me the emotion of each one.
I want a page where I can paste a YouTube video link, fetch the comments from that video, and then show the results in a clear table or cards with the six labels, Sadness, Joy, Love, Annoyed, Fear, and Surprise. Please make the UI clean and easy to use, with basic HTML, CSS, and JavaScript, and wire it up with a Flask backend that handles the comment fetching and prediction.
Use the existing trained transformer model if it’s already there, and if needed, load the optimized TensorFlow Lite version for faster predictions. It should feel like a real working demo, not just a notebook. If any current docs or setup details are missing, look them up online and make the app run smoothly locally and in a container too.
Are you gonna build this?
make sure you review the code using coderabbit