An AI-powered job matching system that scrapes job postings, embeds them with vector databases (Chroma + Sentence Transformers), and evaluates candidate fit using cosine similarity, skill overlap, and LLM-based analysis.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
Add job_urls.txt, llm_prompts.py, update CV generation and job matching logic
c5c29a1View on GitHubAdd main.py: integrates scraping, matching, and CV generation
abf32a6View on GitHubAdd requirements.txt with all necessary dependencies for CV generator project
08fa145View on GitHubCode cv generator with cv creation in docx and gap summary report in txt
50eb18fView on GitHubSkip already enriched jobs in scored_jobs_db; keep LLM structured analysis for new jobs
407d01cView on GitHubUse updated version of langchain chroma db library to solve storing problem of scored jobs db
fe73eacView on GitHubinitial commit with fetch jobs, jobs matcher code and Chroma DB setup
a54fe92View on GitHub