update readme
Browse files
README.md
CHANGED
|
@@ -10,27 +10,32 @@ pinned: true
|
|
| 10 |
tags:
|
| 11 |
- agent-demo-track
|
| 12 |
- mcp-server-track
|
|
|
|
| 13 |
license: other
|
| 14 |
short_description: Revolutionizing recruitment with AI-driven insights
|
| 15 |
---
|
| 16 |
|
| 17 |
# AI Recruiter Agent
|
|
|
|
| 18 |
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.
|
| 19 |
|
| 20 |
-
## Demonstration
|
| 21 |
[AI Recruiter Agent demo video](https://youtu.be/9B2z8sa5ta4?si=FwUET1JH3wxqZY1o)
|
| 22 |
|
| 23 |
-
<video controls>
|
| 24 |
-
<source src="https://youtu.be/9B2z8sa5ta4" type="video/mp4">
|
| 25 |
-
</video>
|
| 26 |
-
|
| 27 |
|
| 28 |
-
## Features
|
| 29 |
- Parsing CVs to structured JSON
|
| 30 |
- Parsing job description to structured JSON
|
| 31 |
- Matching applicants against a job description
|
| 32 |
- Insightful CVs evaluation for recruiters
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
## Development
|
| 36 |
|
|
|
|
| 10 |
tags:
|
| 11 |
- agent-demo-track
|
| 12 |
- mcp-server-track
|
| 13 |
+
- mistral
|
| 14 |
license: other
|
| 15 |
short_description: Revolutionizing recruitment with AI-driven insights
|
| 16 |
---
|
| 17 |
|
| 18 |
# AI Recruiter Agent
|
| 19 |
+
|
| 20 |
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.
|
| 21 |
|
| 22 |
+
## 🎬 Demonstration
|
| 23 |
[AI Recruiter Agent demo video](https://youtu.be/9B2z8sa5ta4?si=FwUET1JH3wxqZY1o)
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
+
## 🧩 Features
|
| 27 |
- Parsing CVs to structured JSON
|
| 28 |
- Parsing job description to structured JSON
|
| 29 |
- Matching applicants against a job description
|
| 30 |
- Insightful CVs evaluation for recruiters
|
| 31 |
|
| 32 |
+
## 🛠️ Tech stack
|
| 33 |
+
- Gradio App
|
| 34 |
+
- MCP Server
|
| 35 |
+
- MistralAI
|
| 36 |
+
|
| 37 |
+
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.
|
| 38 |
+
|
| 39 |
|
| 40 |
## Development
|
| 41 |
|