Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option of using ChatGPT (or any other LLM) for step 1 of getting started #196

Closed
nicobrenner opened this issue Mar 10, 2024 · 1 comment · Fixed by #197
Closed

Add option of using ChatGPT (or any other LLM) for step 1 of getting started #196

nicobrenner opened this issue Mar 10, 2024 · 1 comment · Fixed by #197

Comments

@nicobrenner
Copy link
Contributor

A potentially faster alternative way of creating/generating a JSON resume is to use ChatGPT or something like it, to convert an existing resume from text to the JSON Resume schema

The prompt, in pseudocode is:

Resume:
{resume}

JSON Resume Schema example:
{
  "basics": {
    "name": "John Doe",
    "label": "Programmer",
    "image": "",
    "email": "[email protected]",
 ...
}

Provide JSON data structure of the resume, formatted according to the JSON Resume Schema. Output json, no yapping

And that outputs the original resume in JSON format, according the JSON Resume Schema

@nicobrenner
Copy link
Contributor Author

Created a PR for it: #197

Here's a recording of the process in Loom (using ChatGPT to get the JSON format of a resume, and also then creating the PR for the README):

ancv prompt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant