Prodigy-InfoTech / Machine-Learning-Projects

Projects for Machine Learning Projects
GNU General Public License v3.0
8 stars 16 forks source link

Resume Parser #57

Open prodigyinfotech opened 2 weeks ago

prodigyinfotech commented 2 weeks ago

A resume parser can be built to parse the required fields and categorize the applicants based on their resumes. Building a resume parser is challenging since individuals follow many different layouts. Each information block would ideally be assigned a label and then sorted into a corresponding category such as work history, education, qualifications, or even contact information. The lack of fixed patterns in such a scenario adds to the challenge.

rrayhka commented 2 weeks ago

Do you want this parser to work for pdfs or website views?

prodigyinfotech commented 2 weeks ago

Should focus on PDF and Word files.