Skip to main content

a resume analyze tool

Project description

CVPARSRR

Static Badge Static Badge

A powerful resume analysis tool based on a NLP model. It is easy-to-use and reusable. You can extract critical information from a resume by this tool.

Install

please use this command to install:

pip install py-cv-parser

Also need to install this NLP model:

pip install "https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.8.0/en_core_web_trf-3.8.0-py3-none-any.whl#sha256=272a31e9d8530d1e075351d30a462d7e80e31da23574f1b274e200f3fff35bf5"

How to use

Load a resume file

parser=CvParser.load("your_file_path")

Get the raw information from a resume file

doc=parser.parse()

Then, analyze and extract information

the_cv=CvParser.extract(doc,'AU') # The second parameter is the country of the resume

Finally, you can check those information.

print(the_cv) #check all items

Check single item

print(the_cv.skills)
print(the_cv.name)

Notice

This project has a huge space to improve so far. It only supports an lanugage type of English and a file type of PDF. I will keep updating it and welcome anyone to join.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_cv_parser-1.1.1.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_cv_parser-1.1.1-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file py_cv_parser-1.1.1.tar.gz.

File metadata

  • Download URL: py_cv_parser-1.1.1.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for py_cv_parser-1.1.1.tar.gz
Algorithm Hash digest
SHA256 fbc60c4f75b0ed28f281b9b4d226696fe31ec8c90fb1ce4776d1ea531b1f2db8
MD5 0b468fcd0db8eab5cfa9d09b8b86e984
BLAKE2b-256 96d8f9c195399c96e2cf83a883342163ef1de6d441cfa5c89185a39d0aa16ed6

See more details on using hashes here.

File details

Details for the file py_cv_parser-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: py_cv_parser-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for py_cv_parser-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5b1af2977be4c853f2e44a4b04dc81e61f9bf0ec7c694addcea91b27002c00a5
MD5 126367346fe655f432cab3ad9bbb7d39
BLAKE2b-256 26590bf0dbb1ec872c66e61e87e4264789ff4a4d2fd0a49f5a13299934bab6e2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page