|
|
|
|
|
by caseyy
805 days ago
|
|
Seems a bit aggrandized. Elon Musk, Mark Zuckerberg, climate change, app-tier pricing packages. You are very likely providing a thin layer on an LLM which does summarization based on criteria. It would be reasonable if that's either a few-shot approach ($0, one time) or a fine-tuned model ($6 - $9 per million tokens, one time), plus the running costs ($0.0001 - $0.01 per run) for llama2 3-70b or gpt3.5-turbo-instruct. Is there any additional USP, like have you used a data set sourced from hires in specific market sectors to know what parts of a resume really enhance or hurt the chances? A similar study on ATS/real filters would be also be a USP. Or another USP could be that it's super easy to use - drop a resume in, Apple Pay $1, it's done. I'm not seeing a lot of value if I can discuss my resume with ChatGPT and other assistants for free to get a second perspective. Best of luck, of course. |
|
To get structured data, it's not just about parsing the file (PDF, Docs) with an open source to get the text. You need to extract skills, qualifications, work history ... etc.
There are tools already doing this part very well (before LLMs), so you need to make multiple LLM calls to make the right match or provide useful information.
Your comment suggests that you think it: Hey ChatGPT, this is my CV, and this is the job description; review it and give me suggestions.
Building systems around LLMs is not that easy.