RESUME RECOMMENDATION USING MACHINE LEARNING

S. R. Dhotre,Ramba S. Naik
Abstract:: Finding the appropriate contestants for a vacant job becomes a difficult process, especially when there are many job aspirants. Manual process of evaluating resumes could obstruct the recruiter team's efforts to appoint the right individual at the right time for that particular vacancy. The main aim of this thesis is that the proposed model should be able to find the right applicant resume from the pack of curriculum vitae or the resumes and also make sense of candidate’s resume based on the personal information, qualification, skills and the experience. Assured whether the hired candidate is capable of doing the job. The proposed model will work in mainly in two steps that is firstly preprocessing which includes cleaning, pickle (which keeps the track of the objects it has already serialized), Tokenization, Preparation, Feature extraction (TF – IDF) and feature mapping of the resumes. Secondly deployment and inference this includes the classifier, similarity computation, ranking, and the result. This proposed system work with number of resumes for first classifying the right class using different classifier of machine learning, once classification has been done then as per the job description, then the appropriate resume will be recommended, Naïve Bayes, Content-based Recommendation, using cosine similarity and by using k-NN to identify the CVs that are nearest to the provided job description. K-nearest neighbor classifier and Naive Bayes can perform well to this proposed model compared to other machine learning classifiers. The proposed model is able to bifurcate among the ‘n’ number of resumes the system and should be able to suggest a short set of subsets of resumes that are appropriate .
Computer Science
What problem does this paper attempt to address?