Man-ishu678/resume-rag-recruiter-ai ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple AI resume assistant for recruiters. I want to be able to sign up, log in, upload a candidate’s PDF resume, and then ask natural language questions like what skills they have, what projects they worked on, and what their education looks like. It should answer using the resume content, not make things up, and it should feel like a clean little web app with an easy chat style interface.
Please make the backend handle login with secure passwords and token based auth, and make the resume answering use a retrieval based approach with local AI so it can work offline if possible. I’d like the app to be able to parse PDFs, search the resume semantically, and return helpful answers fast. Use the current docs online if you need to, and keep the whole thing practical and polished so a recruiter could actually use it right away.
Are you gonna build this?
make sure you review the code using coderabbit