ag22042008/Minute_Mind ? reverse-engineered prompt
Reverse engineered prompt
Build me a Streamlit app that can take a meeting recording and turn it into something useful right away.
I want to be able to upload an audio or video file, get a clean transcript, a short summary, a professional meeting title, action items with owner and deadline, key decisions, and any open questions that still need answers. If the file is long, it should split it up and handle the whole thing without breaking.
After that, I want a chat box where I can ask things like what we decided, who owns a task, or what was said about a topic, and it should answer based on that meeting only. Make the interface feel polished and modern, with a nice dashboard showing all the important results clearly.
Use the API keys from an env file, and if you need to look up current docs online, go ahead. Keep it simple for me to run locally with one main app file and make sure the whole flow works smoothly from upload to transcript to summary to chat.