hxu296 / nlp-resume-parser

NLP-powered, GPT-3 enabled Resume Parser from PDF to JSON.
247 stars 50 forks source link

Resume Parser should be independent of OpenAI #7

Open akshat0098 opened 1 year ago

akshat0098 commented 1 year ago

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 and then presenting the output in CSV, JSON format, will remove the dependence on an external API for parsing.

akshat0098 commented 1 year ago

@hxu296 please share your feedback :)