shradha-khapra/ai-resume-ats — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a resume ATS scoring web app. I want users to sign up or log in, upload a resume as PDF, DOC, or DOCX, paste a job description, and then get a clear score showing how well their resume matches the job.

The app should extract the resume text, compare it to the job description, find relevant skills and experience, and show a useful breakdown for things like keywords, formatting, content, skill match, and ATS compatibility. It should also give plain English suggestions for how to improve the resume, using an LLM if an API key is available.

Please make it a simple web app with a Python backend and a Streamlit interface. Save each user’s past analyses so they can come back and view them later. Include email and password login, and Google login if it’s straightforward with Supabase. Also add a way to export the results as a PDF report.

Set up the project so it runs locally with clear environment variables for Supabase and Groq. Look up current docs online if you need to.

Want more depth? Deep Reverse