nlp-resume-parser icon indicating copy to clipboard operation
nlp-resume-parser copied to clipboard

NLP-powered, GPT-3 enabled Resume Parser from PDF to JSON.

Results 4 nlp-resume-parser issues
Sort by recently updated
recently updated
newest added

How can I add reading a CV from a word file to this project?

As of now, nlp-resume-parser is using OpenAI API for parsing the resumes, vicuna 13B model or get-neo based any model that we could finetune for resume entity extractions and summy...

Have you explored using [Guidance](https://github.com/microsoft/guidance)? It can guarantee the JSON structure. I'm thinking we could use `curie` model or a cheaper model even, if we use Guidance to generate the...

Here's the error log Even though I created a new account and having new API keys still its showing same ``` Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/flask/app.py", line 2552,...