Skip to content

Commit

Permalink
docs: Suggest a gpt prompt for generating resumes in JSON Resume Sche…
Browse files Browse the repository at this point in the history
…ma format
  • Loading branch information
nicobrenner committed Mar 11, 2024
1 parent 027e981 commit 321c438
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Be warned though, for this is kinda useless and just for fun:

1. Create your resume according to the [JSON Resume Schema](https://jsonresume.org/schema/) (see also the [schema specification](https://github.com/jsonresume/resume-schema/blob/master/schema.json)) either:

- use ChatGPT (or another LLM) with the following prompt (you need to fill in the spaces for `[resume]` and `[json_schema]`):
```
Resume:[resume]
JSON Resume Schema:[json_schema]
Provide JSON data structure of the resume, formatted according to the JSON Resume Schema
Output json, no yapping
```
Note: for `json_schema` you can just use the example [from here](https://jsonresume.org/schema/)
- manually (see [the `heyho` sample](./ancv/data/showcase.resume.json) for a possible starting point),
- exporting from [LinkedIn](https://www.linkedin.com/) using [Joshua Tzucker's LinkedIn exporter](https://joshuatz.com/projects/web-stuff/linkedin-profile-to-json-resume-exporter/) ([repo](https://github.com/joshuatz/linkedin-to-jsonresume))[^1], or
- exporting from one of the platforms advertised as offering [JSON resume integration](https://jsonresume.org/schema/).
Expand Down

0 comments on commit 321c438

Please sign in to comment.