abressiddique/AI-Resume-Reader-Chatbot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple web app called an AI Resume Reader Chatbot.

I want a chat style interface where a user can upload a resume as a PDF or an image, and the app should read the file, extract the text with OCR, send that text to OpenAI, and then show the important details back in the chat in a clean table. The table should pull out things like name, email, phone number, skills, years of experience, education, current or last job, companies worked at, and optional items like LinkedIn, certifications, and location.

Make the chat feel familiar, with the user message on the right and the bot reply on the left. The upload flow should be easy, and the app should handle PDF, PNG, JPG, and JPEG files. I also want decent error handling for bad files or failed processing, and the result should come back as structured data, not a messy paragraph.

Please wire up both the frontend and backend so it runs locally. If you need to, look up current docs online.

Want more depth? Deep Reverse