daksh1024 commited on
Commit
e90152c
1 Parent(s): 1585504

Optimized prompt 3

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def main():
84
  Job Description: {}
85
  """
86
 
87
- input_prompt3 = """
88
  You are an expert at making resumes for the job role of {}. Your task is to make an ideal resume for the job description I give you using ONLY the following three sections and then give me a keyword match percentage between the created resume and the job description at the end:
89
  1. The skills section with comma separated technical tools and frameworks.
90
  2. The work experience section with 3 job roles.
@@ -98,6 +98,14 @@ def main():
98
  You also have to give me exact value for keyword match percentage between the resume you created and the job description.
99
  Job Description: {}
100
  """
 
 
 
 
 
 
 
 
101
 
102
  if submit1:
103
  if pdf_docs is not None:
 
84
  Job Description: {}
85
  """
86
 
87
+ input_prompt3_alternate = """
88
  You are an expert at making resumes for the job role of {}. Your task is to make an ideal resume for the job description I give you using ONLY the following three sections and then give me a keyword match percentage between the created resume and the job description at the end:
89
  1. The skills section with comma separated technical tools and frameworks.
90
  2. The work experience section with 3 job roles.
 
98
  You also have to give me exact value for keyword match percentage between the resume you created and the job description.
99
  Job Description: {}
100
  """
101
+ input_prompt3 = """
102
+ Write a resume based on the following job description for the {} position and include bullet point achievements that show impact and metrics.
103
+ It should include ONLY these section:
104
+ 1. The skills section with comma separated technical tools and frameworks.
105
+ 2. The work experience section with 3 job roles.
106
+ 3. Projects section with six ADVANCED projects. Each project will have a project title followed by two bullet points. First bullet point is the project description and the second bullet point is the tech stack used to make the project. Use numbers that show impact and metrics
107
+ Job description: {}
108
+ """
109
 
110
  if submit1:
111
  if pdf_docs is not None: