a resume analyze tool
Project description
CVPARSRR
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_cv_parser-1.1.2.tar.gz.
File metadata
- Download URL: py_cv_parser-1.1.2.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f2b54adeddd6757a938af2b6eb6a5682393acb82fc58bc92e568ce44e0a6ed
|
|
| MD5 |
1cdf1cb246384329d8659679ba439b6b
|
|
| BLAKE2b-256 |
291a0da6d68cde6174d5c213b9e5d4ecbafd4a73cc04174af6d786f8f5ff0aff
|
File details
Details for the file py_cv_parser-1.1.2-py3-none-any.whl.
File metadata
- Download URL: py_cv_parser-1.1.2-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e3dd7c028314fe8088a40563a211dabca362dc2000da95abc7896bd46d5c9dc
|
|
| MD5 |
5992c98fbeb02d8aba04becc4672fe9a
|
|
| BLAKE2b-256 |
5438e49b02b8e5f41bbfeaabc09a3e431d5b8c36f616c369c81dc6249a60934a
|