VPC-byte /
jobclaw
AI-powered job search agent: scrape jobs, match against a profile, draft applications, notify, and track outcomes.
Loading repository data…
Tanmai019 / repository
AI-powered job search and resume optimization agent that matches roles, ranks opportunities, and adapts resumes using LLM-driven workflows.
AI-powered job search and resume optimization system that uses LLM-driven reasoning, tool orchestration, and workflow automation to filter opportunities, rank job matches, and tailor resumes for specific roles.
This project demonstrates how AI agents can automate parts of the modern job application workflow using structured reasoning, retrieval pipelines, and resume adaptation techniques.
Python LLMs Gemini API Groq API NLP AI Agents Automation Pandas
The system implements a single-agent workflow that:
The workflow combines:
ai-job-search-agent/
├── main.py
├── requirements.txt
├── README.md
├── data/
├── tools/
├── scripts/
├── tests/
└── artifacts/
main.py
tools/filtering.py
tools/ranking.py
tools/tailoring_resume.py
scripts/scrape_jobs.py
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Set required API keys before running:
export GEMINI_API_KEY="your_gemini_api_key"
export GROQ_API_KEY="your_groq_api_key"
Optional dataset regeneration:
export SERPAPI_KEY="your_serpapi_key"
Run the complete agent workflow:
python main.py
The agent performs the following sequence:
The system writes structured outputs to:
artifacts/
Generated artifacts include:
Primary inputs:
Stored under:
data/
Run tests individually:
pytest tests/test_filtering.py -q
pytest tests/test_ranking.py -q
pytest tests/test_main.py -q
Selected from shared topics, language and repository description—not editorial ratings.
VPC-byte /
AI-powered job search agent: scrape jobs, match against a profile, draft applications, notify, and track outcomes.
Ayushman-Raghav /
End-to-end AI-powered job-search automation pipeline using FastAPI, n8n, Docker, Google Sheets, and local LLM scoring via Ollama
morningstar1898-eng /
AI-powered job search assistant with 6 autonomous agents, voice integration, and real-time dashboard — built with Next.js, FastAPI, and CrewAI
Hira-1 /
AI-powered job search agent that scrapes 7 remote job boards, scores listings against your CV with GPT-4o-mini, researches companies, generates cover letters, and presents everything in a web dashboard