CV-Vacancy Parser
Processing incoming requests for parsing resumes and vacancies and interacting with other modules to perform parsing tasks.
Requirements
Python >=3.9
pip >=22.0 or PDM >=2.4.8
Installation
Clone the repository locally.
$ git clone https://github.com/expert-hr/expert-hr.git
$ cd expert-hr/libs/hr_parser/
Install basic requirements.
$ python -m pip install -r requirements.txt
Usage
Basic usage.
$ # With pdm (recommended)
$ pdm run python -m app.run
$ # Without pdm
$ python -m app.run