Vaishvik1618 commited on
Commit
50a778c
·
verified ·
1 Parent(s): af8da59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -9
app.py CHANGED
@@ -69,19 +69,31 @@ You are an advanced career advisor and job market expert with deep insights into
69
  """
70
 
71
  input_prompt4 = """
72
- You are an expert in resume optimization and keyword integration for job applications. I am providing my resume content along with a job description. Your task is to analyze the resume and identify any important keywords or skills from the job description that are missing in my resume. For each missing keyword or skill, provide the following:
73
 
74
- 1.A clear explanation of all the missing keyword or skill and why it is important for the role.
75
- 2.A detailed suggestion for a sentence or bullet point that can be added to the resume to include the missing keyword.
76
- 3.Guidance on where in the resume (e.g., Professional Experience, Skills, Education, Projects) the new content should be inserted for the best impact.
77
- Ensure that the suggestions are tailored to the context of my existing resume, maintaining a natural flow and relevance to my career background
78
- and also tell that you experience is less that what this job is expected
79
 
80
- also get the list of missing keywords
 
 
 
81
 
82
- and tell me why I would not select for an interview for this position according to my resume
 
 
 
83
 
84
- and also suggest project which helps me to show missing words or skills that are required in the job
 
 
 
 
 
 
 
 
 
 
85
 
86
  """
87
 
 
69
  """
70
 
71
  input_prompt4 = """
72
+ You are an expert in resume optimization and keyword integration for job applications. I am providing my current resume content and a job description for a specific role. Your task is to:
73
 
74
+ Analyze and Identify Missing Keywords or Skills:
 
 
 
 
75
 
76
+ Carefully review the job description to identify important keywords, skills, and experiences that are missing from my current resume.
77
+ Provide a comprehensive list of all missing keywords or skills.
78
+ Explain the importance of each missing keyword or skill in relation to the role and how it impacts my fit for the position.
79
+ Detailed Suggestions for Resume Content:
80
 
81
+ For each identified keyword or skill, create a detailed suggestion for a sentence or bullet point that incorporates the keyword or skill naturally into my resume.
82
+ Specify where the new content should be added (e.g., Professional Experience, Skills, Education, Projects) for the best impact and flow.
83
+ Ensure all suggestions are tailored to the context of my current experience and maintain coherence throughout my resume.
84
+ Evaluation of Current Experience Level:
85
 
86
+ Assess my current experience in comparison to the job requirements and highlight if my experience level is below what the role expects.
87
+ Explain why this gap might affect my chances of being selected for an interview.
88
+ Strategic Project Suggestions:
89
+
90
+ Recommend specific projects or initiatives I could pursue to gain relevant experience and skills that align with the missing keywords or skills.
91
+ Provide a brief outline of what these suggested projects should entail and how they would showcase the desired expertise.
92
+ Resume Enhancement:
93
+
94
+ Integrate the new content and suggestions into an updated version of my resume.
95
+ Ensure that the updated resume is optimized with all the missing keywords to achieve a high ATS (Applicant Tracking System) score and improve my likelihood of being shortlisted for an interview.
96
+ The result should be a detailed, customized revision of my resume that highlights my strengths, aligns with the job description, and maximizes my chances of being selected for an interview
97
 
98
  """
99