I have to build a service that “extracts Information from a resume/CV” with Python (to later use it with a Django Back-End).
My question is, What should I use in your opinion ? for instance, is a library such as spaCy is enough (at least for ATS friendly ones) or do I have to integrate an LLM solution (using OpenAI API or Gemini API)
Also, does being “ATS friendly” even something that could alter the solution?
Note : Using Resume Parsing APIs is not an option, the task involves reducing the costs to its minimum (Only a subscription to an LLM is maybe supported)
What I did :
- I looked into some libraries in Python that could do extraction (such as SpaCy)
- Looked into some straightforward APIs pricing and demos
Nizam Arselan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.