sohamnr/AI_SUMMARIZER — reverse-engineered prompt
Reverse engineered prompt
Build me a simple AI summarizer app where I can upload a document and get a clear short summary with one click. It should work with PDF, Word documents, and plain text files. I want the app to read the file, break up longer content if needed, and return a useful summary that captures the main points without me having to copy and paste anything.
Please make it easy for a normal person to use, with a clean upload area, a button to summarize, and a place to show the result. If the file is empty, too large, or the format is not supported, show a friendly message instead of crashing. Keep the code organized so the file reading, chunking, and summarizing parts are separate and easy to update later.
Use Python for this. If you need current setup details for any library or model, look them up online.
Want more depth? Deep Reverse