bytebandit-07/resume-parser-api ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple resume parser web app and API that lets someone upload a PDF or DOCX resume, or paste in resume text, and then turns it into clean structured data. I want it to pull out the person’s name, email, phone number, skills, work experience, education, and a short professional summary, then show the results nicely on the page and return them as JSON from the API.

Use a lightweight Python backend with FastAPI, and make the parsing smart by using Groq Llama 3 when it’s available. If the AI call fails, please fall back to a basic text extraction and regex style approach so the app still works. Keep the frontend simple and responsive with plain HTML, CSS, and JavaScript, with a drag and drop upload area and a clean results view.

Make it ready for local development and easy to deploy on Vercel. If you need current docs for anything, look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab