An AI-powered web app that analyzes your resume against a job description and provides structured feedback using LLaMA 3.3.
- Paste your resume and job description for instant analysis
- AI-generated match score out of 10
- Identifies missing skills and strengths
- Provides 3 specific improvement suggestions
- Fast responses powered by Groq
Frontend: HTML, CSS, JavaScript — deployed on Vercel
Backend: Node.js, Express — deployed on Render
AI: Groq API (LLaMA 3.3 70B)
- User pastes resume and job description
- Frontend sends POST request to Express backend
- Backend calls Groq API with structured prompt
- LLaMA 3.3 returns match score, missing skills, strengths and suggestions
- Results displayed instantly in the UI
git clone https://github.com/deekshith-8/Resume-Analyzer.git
cd Resume-Analyzer/backend
npm installCreate a .env file in the backend folder:
Start the backend:
node server.jsOpen docs/index.html in your browser.

