Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new feature automated_resume_analyzer #990

Merged

Conversation

Rupesh-Singh-Karki
Copy link
Contributor

@Rupesh-Singh-Karki Rupesh-Singh-Karki commented Oct 12, 2024

Script name - Automated resume analyzer

Brief about script

  • Extracts text from PDF resumes using PyPDF2.
  • Analyzes resume structure by checking for key sections like Education, Experience, Skills, Certifications, and Achievements.
  • Performs keyword optimization by identifying the presence of job-related keywords (customizable).
  • Checks for grammar issues, such as sentence fragments and missing punctuation, using NLTK.
  • Outputs results for:
    • Missing sections.
    • Keywords found in the resume.
    • Grammar issues detected.
  • Customizable to adjust keywords and structure sections.

Issue no.(must) - #983

Self Check(Tick After Making pull Request)

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

@pawangeek
Copy link
Contributor

@Rupesh-Singh-Karki Please add the requirements.txt, as mentioned in point 5

@pawangeek pawangeek linked an issue Oct 13, 2024 that may be closed by this pull request
1 task
@pawangeek pawangeek added hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest labels Oct 13, 2024
@pawangeek pawangeek merged commit a1068d9 into python-geeks:main Oct 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Script: Automated Resume Analyzer
2 participants