To use the resume parser
- npm install
- Singup on hugging face and get api key
- Enter api key in env.js
- Signup on https://lightcast.io/open-skills and get emsi client id and emsi secret
- Enter client id and secret in env.js
- Enter pdf file path in env.js
- Run the code.
Ps. The Resume Parser uses bert-large-ner pretrained model to extract names. In the initial run the code might give some errors as it takes a few seconds to load the bert-large-ner model onto the server. Try running it a couple of times with a few seconds gap each. Subsequent runs will run without error.