yakkala-pooja/AI-Powered-Meeting-Summarizer-and-Action-Tracker ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app that takes a meeting transcript file and turns it into a clean, easy to read summary with the key decisions and action items pulled out automatically.
I want the user to be able to upload a .txt or .md transcript, choose whether to analyze it locally with Ollama or with OpenAI, and then see the results in a nice modern interface. Please include a clear summary, a decisions section, and an action items section with who is responsible and any deadlines if they are mentioned. If the transcript is long, handle it in chunks so it still works well.
It would be great if the app also had a dark mode, a way to copy or save the results, and an option to email the output to other people. If needed, look up the latest docs online for any setup details.