Step into the future of HR with our AI-driven ME781 project. Our Two-Phase HR Optimization Tool integrates Large Language Models (LLMs) for a revolutionary approach to resume analysis. In Phase 1, LLMs process resumes, extracting key insights. Phase 2 intelligently shortlists top candidates based on these insights, saving time and ensuring precision in talent acquisition.
- Clone this repo:
https://github.com/Yadavbalbir/HR_Process_Optimization_using_AI.git
- Go into the directory:
cd HR_Process_Optimization_using_AI
- Create a virtual environment:
python -m venv venv
- Activate it:
- Windows:
.\venv\Scripts\activate
- Mac:
source venv/bin/activate
- Windows:
- Install the required dependencies
pip install -r requirements.txt