Skip to content

In this project NLP is used to preprocess resumes and segregate then based on its content.

License

Notifications You must be signed in to change notification settings

rppradhan08/resume-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo stars GitHub forks contributors-shield LinkedIn


Resume Segmentation

Table of Contents

About The Project

In this project we will be using NLP to preprocess the text inside resume and segregate resumes based on domain. As this is a classification task, we will be using word embedding technique to transform raw text into numerical features. Based on these features final predictions will be performed. For detailed walk-through refer Resume_Segmentation.ipynb.

Steps involved

  • Reading data from source and preprocessing it to more desirable format.
  • Performing EDA and generating Wordcoud.
  • Used word embedding technique for transforming text into numerical vectors.
  • Trained a KNN model to classifiy unseen resume to its most nearest match.

Packages

For proper execution of application firstly create an environment, then to install prerequisite libraries execute below command in terminal.

pip install sklearn
pip install nltk
pip install wordcloud
pip install pandas
pip install numpy
pip install matplotlib

Contact

Raj Praveen Pradhan - LinkedIn

About

In this project NLP is used to preprocess resumes and segregate then based on its content.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published