Skip to content

In this project a user can upload his resume pdf and get to know about his strength and weakness, suggestions for improvement,finding the right domain,searching jobs based on the domain

Notifications You must be signed in to change notification settings

rameshkumar359/Resume-Analysing-and-finding-job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume-Analysing-and-finding-job

##Problem Statement: Analyzing and providing a detailed review of a given resume is still an area of research. In this project,supposed to build an application which takes a resume (pdf) as an input and provides the following information:

  1. A detailed analysis of the resume: should be able to parse the resume and extract all the relevant information such as education, projects, achievements, etc. After extracting the information, should be able to provide a detailed analysis of it based on the domain of the user. For instance the learner might be from data science domain, then should be able to give a summary report, strengths and weaknesses in the resume, and on what areas the user can work to improve their resume.
  2. Based on the resume,should be able to provide the set of job openings available through linkedin.

Suggested tools: You can use any set of tools to finish this task. A few suggested tools include Streamlit, GPT-4 or any LLM, linkedin parser, etc

Preview

image

Screenshot (23)

technologies used:

  1. reading the uploaded pdf using pdfminer a python library.

  2. extracting the data from pdf using python library pyresumeparser and nlp spacy en_core_web_sm.

  3. using llm to analyse the resume here i used meta llama 2.

  4. prompting llm to extract accurate information as required.

  5. finding domain of the resume using llm.

  6. then after giving our preferences like job location,domain,city the selenium driver open the tab automatically and scroll down to list jobs.

About

In this project a user can upload his resume pdf and get to know about his strength and weakness, suggestions for improvement,finding the right domain,searching jobs based on the domain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages