Home >Web Front-end >JS Tutorial >I made some vector similarity graphs of jobs and resumes in software

I made some vector similarity graphs of jobs and resumes in software

Barbara Streisand
Barbara StreisandOriginal
2024-12-25 06:46:21408browse

I made some vector similarity graphs of jobs and resumes in software

https://registry.jsonresume.org/job-similarity

It uses openai for embeddings, makes some interesting connections.

All the code is open source:

UI: https://github.com/jsonresume/jsonresume.org/blob/master/apps/registry/app/job-similarity/page.js

API: https://github.com/jsonresume/jsonresume.org/blob/master/apps/registry/app/api/job-similarity/route.js

Scripts: https://github.com/jsonresume/jsonresume.org/tree/master/apps/registry/scripts/jobs

The above is the detailed content of I made some vector similarity graphs of jobs and resumes in software. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn