https://github.com/nav13n/hrassist
A toolkit to parse and extract details from resume and assist in recruitment related solutions.
https://github.com/nav13n/hrassist
Last synced: 3 months ago
JSON representation
A toolkit to parse and extract details from resume and assist in recruitment related solutions.
- Host: GitHub
- URL: https://github.com/nav13n/hrassist
- Owner: nav13n
- Created: 2024-02-13T07:13:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-13T07:14:38.000Z (about 1 year ago)
- Last Synced: 2024-08-14T07:08:02.193Z (6 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - nav13n/hrassist - A toolkit to parse and extract details from resume and assist in recruitment related solutions. (Python)
README
1. Clone repo
```
$ git clone [email protected]:nav13n/hrassist.git
```
2. Setup environment
```
$ cd hrassist
$ conda env create -f environment.yaml
$ conda activate hrassist
```
3. Create a data directory and add resumes to it
```
$ mkdir data
```
4. Create a .env file with following variables
```
OPENAI_API_TYPE="azure"
OPENAI_API_BASE="your_openai_api_url"
OPENAI_API_VERSION="your_openai_api_version"
OPENAI_API_KEY="your_openai_api_key"
OPENAI_API_ENGINE="your_openai_api_engine"
```
5. Run the extraction script
```
$ python hrassist/main.py
```