Resume evaluation with artificial intelligence
Hiring-agent is an artificial intelligence agent (AI agent) designed to evaluate and score resumes. This tool, developed with Python language, aims to automate candidate screening processes in recruitment processes.
Updates
- August 2, 2026: Stars 2,482 → 6,694.
What you get
- It automatically parses resumes in PDF format.
- It enriches candidates with GitHub data.
- Provides a fair and explainable scoring report.
Installation
git clone https://github.com/interviewstreet/hiring-agent
cd hiring-agent
python -m venv .venv
# Linux or macOS
source .venv/bin/activate
# Windows
# .venv\Scripts\activate
pip install -r requirements.txtRunning it
python score.py /path/to/resume.pdfIf you don't write code
Act as a recruiter and analyze provided resume data and technical contributions on GitHub. Score the candidate's projects, technical skills and work experience according to objective criteria. When scoring, consider the candidate's code quality on GitHub, frequency of contributions, and relevance of their projects to real-world applications. Ultimately, create a transparent and fair evaluation report that highlights the candidate's strengths and weaknesses.
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-06-25: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.