AI-powered resume-to-job matching system with LinkedIn integration. Upload resume + LinkedIn URL → get instant AI match analysis with scores, missing skills & recommendations. Multi-LLM support (GPT-4, Claude, Gemini). Built with FastAPI, PostgreSQL+pgvector, Redis, Docker.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
107
commits
Fix OpenAI default model to use gpt-5-mini-2025-08-07
bb575ceView on GitHubAdd provider-model validation to prevent API mismatch errors
59fcfa7View on GitHubRespect user's preferred LLM provider and model across all endpoints
335bf11View on GitHubAdd user-scoped sequential numbering to resumes, jobs, and matches pages
f7ea518View on GitHubAggressively target 65-75% keyword match for ATS score improvement
e8fce09View on GitHubFix LLM returning JSON metadata instead of resume text
bcd2504View on GitHubRevert "Implement smart OpenAI model routing for 40-50% cost reduction"
c10c684View on GitHubFix JSON parsing errors with robust error handling and fallback
9703227View on GitHubImplement smart OpenAI model routing for 40-50% cost reduction
e695271View on GitHubSort matches by date and add auto-refresh after resume operations
c7334d3View on GitHubFix cover letter voice to use consistent first person
2cb8adbView on GitHubFix onboarding tour, OAuth errors, and UI refresh issues
c56dee1View on GitHub