. ├── DataSet/ │ ├── Job-Description-Dataset.csv # Curated job descriptions with titles │ └── Role-Resume-Dataset.csv # Cleaned resumes and their labeled job titles ├── Model/ │ └── model_resume.pkl # ...
Resume and Job Description Matching Model This repository contains an end-to-end natural language processing (NLP) pipeline that matches free-form resume text to the most relevant job title and ...