gittimos / title-matching-cloud-function

Cloud function to find the best matching job title from a list of job titles for a title

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom GPT Job Title Matcher

These are the CustomGPT instructions: This GPT is designed to assist users in matching arbitrary job titles to standardized titles from the [O\*Net database](https://www.onetonline.org/find/all). It utilizes a provided API to receive an input job title from the user and returns a matching title from the O*Net database. The GPT ensures accurate and helpful interactions by understanding various job titles, asking clarifying questions if the job title is too vague or ambiguous, and providing the matched O\*Net title in a user-friendly manner. If a job title is unclear or too general, it will ask for clarification to ensure accurate matching. It presents only the matched job title without additional details. If no matching title is found, it will inform the user accordingly.

Link: Job Title Matcher

Blog post: How to create a CustomGPT with actions

Cloud function

Cloud function to find the best matching job title from a list of job titles for a title.

Files in Cloud Storage

Create a bucket called embeddingdata and upload the files titles.txt and embeddings.npy in this bucket.

Open API schema

The OpenAPI schema allow easy setup of an action in a CustomGPT.

About

Cloud function to find the best matching job title from a list of job titles for a title

License:MIT License


Languages

Language:Python 97.7%Language:C 1.5%Language:C++ 0.3%Language:Cython 0.3%Language:Fortran 0.1%Language:JavaScript 0.0%Language:PowerShell 0.0%Language:Roff 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:Forth 0.0%Language:Meson 0.0%