https://github.com/chetannihith/multi-agent-resume-optimizer
AI-powered multi-agent resume optimizer that customizes resumes for job descriptions, boosts ATS scores, and generates professional LaTeX resumes.
https://github.com/chetannihith/multi-agent-resume-optimizer
agentic-ai hacktoberfest hacktoberfest2025 multi-agent
Last synced: 2 days ago
JSON representation
AI-powered multi-agent resume optimizer that customizes resumes for job descriptions, boosts ATS scores, and generates professional LaTeX resumes.
- Host: GitHub
- URL: https://github.com/chetannihith/multi-agent-resume-optimizer
- Owner: chetannihith
- License: other
- Created: 2025-09-30T18:31:04.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-09-30T19:15:55.000Z (3 days ago)
- Last Synced: 2025-09-30T21:14:42.716Z (3 days ago)
- Topics: agentic-ai, hacktoberfest, hacktoberfest2025, multi-agent
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# Multi-Agent Resume Optimizer 🚀
### 📌 Project Overview
A multi-agent system that tailors resumes to specific job descriptions (JDs), ensuring ATS scores above 90%.
Built with CrewAI/LangGraph, RAG for personalization, and LaTeX resume generation for Overleaf.### ✨ Features
- Automated JD Parsing
- RAG-Powered Personalization
- ATS Optimization (90%+ Score)
- LaTeX Resume Generation
- Multi-Agent Orchestration (6 agents)
- Iterative Refinement with Feedback### 📂 Repo Structure
- `docs/` → Architecture & workflow docs
- `src/` → Source code (agents, tools, workflows)
- `tests/` → Unit & integration tests
- `.github/` → Issue/PR templates & CI workflows### 🛠️ Getting Started
```bash
git clone https://github.com/your-username/multi-agent-resume-optimizer.git
cd multi-agent-resume-optimizer
pip install -r requirements.txt
python src/main.py
```### 🤝 Contributing
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
This project is part of **Hacktoberfest 2025** 🎉.### 📜 License
This project is licensed under the [MIT License](LICENSE).