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=ExtractorFactory.get_extractor(doc,'Australia').extract() # 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.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-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py_cv_parser-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.tar.gz
Algorithm Hash digest
SHA256 2f5d7e18603347e80aa81345d6b9144065e8281cb7299335225e4de2f7168fa0
MD5 5c521a305d35d8d6754b26cd29a6c093
BLAKE2b-256 b73c1dc82a79eba4f99831ac0a7263d30ff879adc015699e20ed994ac32ef19f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: py_cv_parser-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-py3-none-any.whl
Algorithm Hash digest
SHA256 b2801284f879b67eea6f7b8167e7a2e682797a002bd9d85c5ff53730e57b1330
MD5 ed3bed85223af011cce3c8b4e02610b3
BLAKE2b-256 0626c34a6c4a1b7e84a85382f0a3b6145c3a9dbb2c0632b3813f300da20c92a3

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