robertselvam
commited on
Commit
·
473374d
1
Parent(s):
62c3196
Update app.py
Browse files
app.py
CHANGED
@@ -45,20 +45,20 @@ class ResumeAnalyser:
|
|
45 |
**Detailed Analysis:**
|
46 |
Introduction to say we've assessment the resume
|
47 |
the result should be in this format:
|
48 |
-
Matched Percentage: Precisely [get matching percentage between job description and resume]
|
49 |
-
Qualification Matching Percentage: [matching percentage between job description and resume qualifications]
|
50 |
-
Skills Matching Percentage: [matching percentage between job description and resume skills]
|
51 |
-
Experience Matching Percentage: [matching percentage between job description and resume experience]
|
52 |
-
Reason : [Reasons for why this resume matched and not matched.]
|
53 |
-
Skills To Improve : [Mention the skills to improve for the candidate according to the given job description. If there are no matches, simply say N/A.]
|
54 |
-
Keywords : [Return the matched keywords from resume and job_description. If there are no matches, simply say N/A.]
|
55 |
-
Company : [Extracted company name from job description]
|
56 |
-
Irrevelant: [mention the Irrevelant skills and expericence]
|
57 |
-
Recommend Course: [mention specific course to recommend the candidate for job description needs]
|
58 |
-
Experience: [mention specific experience to recommend the candidate for job description needs]
|
59 |
-
Tailor Your Application: [Emphasize relevant areas]
|
60 |
-
Certifications: [Pursue certifications in mention area]
|
61 |
-
Feel free to contact us for further clarification
|
62 |
Best wishes,
|
63 |
Your job is to write a proper E-Mail to the candidate from the organization with the job role, the candidate's name, organization name, and the body of this E-Mail should be in the above format.
|
64 |
""",
|
|
|
45 |
**Detailed Analysis:**
|
46 |
Introduction to say we've assessment the resume
|
47 |
the result should be in this format:
|
48 |
+
Matched Percentage: Precisely [get matching percentage between job description and resume]%.
|
49 |
+
Qualification Matching Percentage: [matching percentage between job description and resume qualifications].
|
50 |
+
Skills Matching Percentage: [matching percentage between job description and resume skills].
|
51 |
+
Experience Matching Percentage: [matching percentage between job description and resume experience].
|
52 |
+
Reason : [Reasons for why this resume matched and not matched.].
|
53 |
+
Skills To Improve : [Mention the skills to improve for the candidate according to the given job description. If there are no matches, simply say N/A.].
|
54 |
+
Keywords : [Return the matched keywords from resume and job_description. If there are no matches, simply say N/A.]
|
55 |
+
Company : [Extracted company name from job description].
|
56 |
+
Irrevelant: [mention the Irrevelant skills and expericence]
|
57 |
+
Recommend Course: [mention specific course to recommend the candidate for job description needs].
|
58 |
+
Experience: [mention specific experience to recommend the candidate for job description needs].
|
59 |
+
Tailor Your Application: [Emphasize relevant areas].
|
60 |
+
Certifications: [Pursue certifications in mention area].
|
61 |
+
Feel free to contact us for further clarification.
|
62 |
Best wishes,
|
63 |
Your job is to write a proper E-Mail to the candidate from the organization with the job role, the candidate's name, organization name, and the body of this E-Mail should be in the above format.
|
64 |
""",
|