A newer version of the Gradio SDK is available:
6.0.1
title: AIRecruiterAgent
emoji: π
colorFrom: blue
colorTo: gray
sdk: gradio
sdk_version: 5.33.0
app_file: app.py
pinned: true
tags:
- agent-demo-track
- mcp-server-track
- mistral
license: other
short_description: Revolutionizing recruitment with AI-driven insights
AI Recruiter Agent
AI Recruiter Agent is an intelligent assistant designed to streamline and enhance the recruitment process. Leveraging advanced AI models, it automates CV parsing, job description analysis, and candidate-job matching, providing recruiters with actionable insights and saving valuable time. Whether you're a hiring manager or a developer, AI Recruiter Agent offers a seamless experience to optimize talent acquisition workflows.
π¬ Demonstration
π§© Features
- Parsing CVs to structured JSON
- Parsing job description to structured JSON
- Matching applicants against a job description
- Insightful CVs evaluation for recruiters
π οΈ Tech stack
- Gradio App
- MCP Server
- MistralAI
We use Mistal OCR model for CV understanding and Mistral Small model for matching & applicant evaluation. However, we can also use other models/api such as Llamaindex for CV parsing, for example.
Development
Clone the repository:
git clone https://huggingface.co/spaces/Agents-MCP-Hackathon/AIRecruiterAgent cd AIRecruiterAgentInstall dependencies:
poetry installOr
pip install -r requirements.txtRun the MCP App:
python app.py(Optional) Run the MCP Server:
mcp dev server.py