Spaces:
Sleeping
Sleeping
Update prompt to get 1 page
Browse files
resume_generation_gemini_pro.py
CHANGED
@@ -122,9 +122,14 @@ Using the candidate's resume above and the job description below, create a tailo
|
|
122 |
[Job Description End]
|
123 |
|
124 |
Please generate a resume that:
|
125 |
-
1. Uses real data from the candidate's resume, including name,
|
126 |
2. Avoids placeholders like "[Your Name]" and includes actual details.
|
127 |
-
3.
|
|
|
|
|
|
|
|
|
|
|
128 |
"""
|
129 |
try:
|
130 |
response = model.generate_content(prompt)
|
|
|
122 |
[Job Description End]
|
123 |
|
124 |
Please generate a resume that:
|
125 |
+
1. Uses real data from the candidate's resume, including name, and education.
|
126 |
2. Avoids placeholders like "[Your Name]" and includes actual details.
|
127 |
+
3. In the experience section, emphasizes professional experiences and skills that are directly relevant to the job description.
|
128 |
+
4. Keeps only a maximum of the top three accomplishments/ responsibilities for each job position held so as to make the candidate standout in the new job role
|
129 |
+
5. Removes special characters from the section titles
|
130 |
+
6. Only includes publications if the job description is research based
|
131 |
+
7. Summarizes the skills and technical skills section into a brief profile
|
132 |
+
8. Does not include courses, certification, references, skills and a technical skills sections
|
133 |
"""
|
134 |
try:
|
135 |
response = model.generate_content(prompt)
|