logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install interviewstreet/hiring-agent. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

interviewstreet/hiring-agent Installation Guide

How to install interviewstreet/hiring-agent. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for interviewstreet/hiring-agent. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i interviewstreet/hiring-agent
or

Install via npx

npx @hexmos/ipm i interviewstreet/hiring-agent

Prerequisites

Python

language

Version: 3.11+

Ollama

backend

Google Gemini API key

backend

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick setup with pip

git clone https://github.com/interviewstreet/hiring-agent

cd hiring-agent

python -m venv .venv

source .venv/bin/activate

.venv\Scripts\activate

pip install -r requirements.txt

Ollama Models

ollama pull gemma3:4b

Post Installation Steps

  • cp .env.example .env
  • Configure environment variables in .env file (LLM_PROVIDER, DEFAULT_MODEL, GEMINI_API_KEY, GITHUB_TOKEN)
  • Run end-to-end scoring: python score.py /path/to/resume.pdf