Analyze β’ Improve β’ Get Hired
An AI-powered Resume Analyzer that evaluates resumes using ATS scoring, extracts skills, detects missing keywords, analyzes resume sections, and generates intelligent resume improvement suggestions using Groq Llama 3.3.
https://ai-resume-analyzer-hwrd.vercel.app/
https://ai-resume-analyzer-fk1n.onrender.com
- π Upload PDF resumes
- π― ATS Compatibility Score
- π€ AI-powered Resume Suggestions
- π Skill Extraction
- π Missing Skills Detection
- π Resume Section Analysis
- β‘ Powered by Groq Llama 3.3
- π± Fully Responsive UI
- βοΈ Cloud Deployed (Vercel + Render)
Add screenshots inside an
assetsfolder.
- React.js
- Vite
- CSS3
- Node.js
- Express.js
- Multer
- pdf-parse
- Groq API
- Llama 3.3 70B Versatile
- Vercel
- Render
- Git
- GitHub
+----------------------+
| React Frontend |
| (Vercel) |
+----------+-----------+
|
|
βΌ
+----------------------+
| Express Backend |
| (Render) |
+----------+-----------+
|
+-------------------+-------------------+
| | |
βΌ βΌ βΌ
PDF Parser ATS Engine Skill Extractor
| | |
+-------------------+-------------------+
|
βΌ
Resume Section Analyzer
|
βΌ
Groq API (Llama 3.3)
|
βΌ
AI Resume Suggestions
AI-Resume-Analyzer
β
βββ backend
β βββ server.js
β βββ aiSuggestion.js
β βββ atsScorer.js
β βββ parser.js
β βββ skillExtractor.js
β βββ sectionExtractor.js
β βββ package.json
β βββ uploads
β
βββ frontend
β βββ public
β βββ src
β βββ package.json
β βββ vite.config.js
β
βββ assets
β βββ home.png
β βββ upload.png
β βββ ats.png
β βββ suggestions.png
β
βββ README.md
git clone https://github.com/KaifCodeur/AI-Resume-Analyzer.gitcd backend
npm install
npm startcd frontend
npm install
npm run devCreate a .env file inside the backend directory.
GROQ_API_KEY=your_groq_api_keyPOST /uploadReturns:
- ATS Score
- Extracted Skills
- Missing Skills
- Resume Sections
- AI Suggestions
| Service | Platform |
|---|---|
| Frontend | Vercel |
| Backend | Render |
| AI Model | Groq Llama 3.3 |
- π User Authentication
- π Resume History
- π₯ Download AI Suggestions as PDF
- π Resume Comparison
- π Dark Mode
- π DOCX Support
- π Multi-language Support
Computer Science Engineer (AI & ML)
- GitHub: https://github.com/KaifCodeur
- LinkedIn: https://www.linkedin.com/in/kaifshaikmd/
If you found this project helpful, please consider giving it a β on GitHub.
It helps the project reach more developers and supports future improvements.
This project is licensed under the MIT License.



