Update json_helper.py
#2
by
ZennethKenneth
- opened
- json_helper.py +4 -4
json_helper.py
CHANGED
@@ -17,16 +17,16 @@ json_content = """{{
|
|
17 |
"education": [
|
18 |
{{
|
19 |
"institute_name": "",
|
20 |
-
"
|
21 |
"score": ""
|
22 |
}},
|
23 |
{{
|
24 |
"institute_name": "",
|
25 |
-
"
|
26 |
"score": ""
|
27 |
}}
|
28 |
],
|
29 |
-
"
|
30 |
{{
|
31 |
"organisation_name": "",
|
32 |
"duration": "",
|
@@ -53,7 +53,7 @@ class InputData:
|
|
53 |
{json_content}
|
54 |
|
55 |
Instructions:
|
56 |
-
1. Carefully
|
57 |
2. Extract relevant information for each field in the JSON template.
|
58 |
3. If a piece of information is not explicitly stated, make a reasonable inference based on the context.
|
59 |
4. Ensure all keys from the template are present in the output JSON.
|
|
|
17 |
"education": [
|
18 |
{{
|
19 |
"institute_name": "",
|
20 |
+
"year_of_passing": "",
|
21 |
"score": ""
|
22 |
}},
|
23 |
{{
|
24 |
"institute_name": "",
|
25 |
+
"year_of_passing": "",
|
26 |
"score": ""
|
27 |
}}
|
28 |
],
|
29 |
+
"professional_experience": [
|
30 |
{{
|
31 |
"organisation_name": "",
|
32 |
"duration": "",
|
|
|
53 |
{json_content}
|
54 |
|
55 |
Instructions:
|
56 |
+
1. Carefully analyse the resume text.
|
57 |
2. Extract relevant information for each field in the JSON template.
|
58 |
3. If a piece of information is not explicitly stated, make a reasonable inference based on the context.
|
59 |
4. Ensure all keys from the template are present in the output JSON.
|