TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Any suggestions for lightweight CV parsers?

2 点作者 jainvivek11 个月前
Should be able to fetch full name, email, phone, years of experience, recent employer, and primary skill.

1 comment

PaulHoule11 个月前
Google search turns up a number of commercial options<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?client=firefox-b-1-e&amp;q=extract+information+from+cv" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?client=firefox-b-1-e&amp;q=extract...</a><p>For open source there is<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tramyardg&#x2F;CVparser">https:&#x2F;&#x2F;github.com&#x2F;tramyardg&#x2F;CVparser</a> <a href="https:&#x2F;&#x2F;www.open-resume.com&#x2F;resume-parser" rel="nofollow">https:&#x2F;&#x2F;www.open-resume.com&#x2F;resume-parser</a><p>which are rules based. A modern approach would be to use a model like T5<p><a href="https:&#x2F;&#x2F;huggingface.co&#x2F;docs&#x2F;transformers&#x2F;en&#x2F;model_doc&#x2F;t5" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;docs&#x2F;transformers&#x2F;en&#x2F;model_doc&#x2F;t5</a><p>Training something like that would take a few thousand resumes though.
评论 #40917081 未加载