GitHub 项目简介: AI agent to evaluate and score resumes.
README: <p align="center"><strong>Resume-to-Score pipeline</strong> that extracts structured data from PDFs, enriches with GitHub signals, and outputs a fair, explainable evaluation.</p>…
README: Hiring Agent parses a resume PDF to Markdown, extracts sectioned JSON using a local or hosted LLM, augments the data with GitHub profile and repository signals, then produces an o…
README: - **Python 3.11+** The repository pins `.python-version` to 3.11.13. - **One LLM backend** (either of them) - **Ollama** for local models Install from the [official site](https://…
README: 1. `pymupdf_rag.py` converts PDF pages to Markdown-like text. 2. `pdf.py` calls the LLM per section using Jinja templates under `prompts/templates`.