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
Release: 2024-12-25 06:46:21
Original
399 people have browsed it

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!

source:dev.to
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template