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 cvparser

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](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.0.tar.gz (6.8 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.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py_cv_parser-1.0.tar.gz
  • Upload date:
  • Size: 6.8 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.0.tar.gz
Algorithm Hash digest
SHA256 400a8a180a843e297e2bb31be17c556db44e9dfec5a540bb684ea18e194be1bc
MD5 60982a08318c5fb62a49a6bb52a5ea49
BLAKE2b-256 b10078870312a0ab61f904814844caa42a332a53ba1666127ef3e3227765f143

See more details on using hashes here.

File details

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

File metadata

  • Download URL: py_cv_parser-1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0e56add59573700a5f8809020d4f6a68b298023c32b8b528d1a3ba581a4fe206
MD5 f48e6b68af48786e5eb3df324ab301b2
BLAKE2b-256 e790048ea9a6bb3183c5505aaa4dfcb448b2a464f072dc954a169d91b77944b7

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