The Resume Screening Classifier is a machine designed to automate the screening of CVs for graduate job opportunities in Nigeria. The system analyzes resume text, identifies relevant skills, calculate a fit score, and classifies candidates as Fit or Not Fit for a specific job role. Using Python, Pandas, Scikit-learn, and TF-IDF text features.
# Resume_screening_classifier
The Resume Screening Classifier is a machine designed to automate the screening of CVs for graduate job opportunities in Nigeria. The system analyzes resume text, identifies relevant skills, calculate a fit score, and classifies candidates as Fit or Not Fit for a specific job role. Using Python, Pandas, Scikit-learn, and TF-IDF text features.