https://github.com/danielpuentee/langgraph-mistral-cv-evaluator
Build a CV and job offer evaluator agent system using LangGraph and Mistral
https://github.com/danielpuentee/langgraph-mistral-cv-evaluator
Last synced: 4 months ago
JSON representation
Build a CV and job offer evaluator agent system using LangGraph and Mistral
- Host: GitHub
- URL: https://github.com/danielpuentee/langgraph-mistral-cv-evaluator
- Owner: DanielPuentee
- License: mit
- Created: 2025-01-04T18:03:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T12:14:03.000Z (4 months ago)
- Last Synced: 2025-02-17T09:13:04.938Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 588 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LangGraph + Mistral: CV Evaluator Agent System


[](#)
[](#)
[](#)

[](https://github.com/psf/black)
[](#)> Author: [Daniel Puente Viejo](https://www.linkedin.com/in/danielpuenteviejo/)
## Description
Build a multi-agent system that evaluates CVs against job offers. Using LangGraph and Mistral, this project processes resumes, determines candidate fit, and generates email drafts for acceptance or rejection. It's an excellent starting point for learning LangGraph dynamics with a practical and impactful use case.---
## Features
- **Sequential Agent Workflow**: Implements a step-by-step process for better understanding of LangGraph.
- **CV Evaluation**: Compares resumes to job descriptions to assess candidate suitability.
- **Email Automation**: Automatically generates draft emails with personalized feedback.
- **Powered by LangGraph and Mistral**: Uses LangGraph for multi-agent management and Mistral for free LLM integration.---
## Requirements
- Python used version: **3.10.15**```python
pip install -r requirements.txt
```---
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.