Spaces:
Sleeping
Sleeping
Commit ·
1ea64b3
1
Parent(s): da083b9
icluded resume and everything
Browse files- .DS_Store +0 -0
- README.md +4 -1
- app/.DS_Store +0 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
README.md
CHANGED
|
@@ -14,6 +14,9 @@ python_version: "3.10"
|
|
| 14 |
|
| 15 |
A Hugging Face Spaces application that customizes your resume for specific job applications by analyzing job descriptions and generating tailored "Why Hire Me" sections using OpenAI.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
## Features
|
| 18 |
|
| 19 |
- Upload your base LaTeX resume template
|
|
@@ -27,7 +30,7 @@ A Hugging Face Spaces application that customizes your resume for specific job a
|
|
| 27 |
1. The application takes your LaTeX resume template and a job description as input
|
| 28 |
2. It uses OpenAI's GPT model to analyze the job description and generate a tailored "Why Hire Me" section
|
| 29 |
3. The new section is injected into your LaTeX resume
|
| 30 |
-
4. The modified LaTeX is converted to PDF for download
|
| 31 |
|
| 32 |
## Getting Started
|
| 33 |
|
|
|
|
| 14 |
|
| 15 |
A Hugging Face Spaces application that customizes your resume for specific job applications by analyzing job descriptions and generating tailored "Why Hire Me" sections using OpenAI.
|
| 16 |
|
| 17 |
+
> **Push/publish all updates and experiments to remote `space3`:**
|
| 18 |
+
> `git push space3 main`
|
| 19 |
+
|
| 20 |
## Features
|
| 21 |
|
| 22 |
- Upload your base LaTeX resume template
|
|
|
|
| 30 |
1. The application takes your LaTeX resume template and a job description as input
|
| 31 |
2. It uses OpenAI's GPT model to analyze the job description and generate a tailored "Why Hire Me" section
|
| 32 |
3. The new section is injected into your LaTeX resume
|
| 33 |
+
4. The modified LaTeX is converted to PDF for download
|
| 34 |
|
| 35 |
## Getting Started
|
| 36 |
|
app/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|