Update main.py
Browse files
main.py
CHANGED
@@ -116,7 +116,7 @@ async def get_data(input_file: UploadFile = File(...)):
|
|
116 |
"LinkedIn_link": "LinkedIn link",
|
117 |
"experience": "Job Title, Start Date - End Date, Company Name; Job Title, Start Date - End Date, Company Name; Job Title, Start Date - End Date, Company Name",
|
118 |
"industry": "industry of work",
|
119 |
-
"skills": "Identify and list specific skills mentioned in both the skills section and inferred from the experience section",
|
120 |
"positions": ["Job title 1", "Job title 2", "Job title 3"],
|
121 |
"summary": "Generate a summary of the CV, including key qualifications, notable experiences, and relevant skills."
|
122 |
]
|
|
|
116 |
"LinkedIn_link": "LinkedIn link",
|
117 |
"experience": "Job Title, Start Date - End Date, Company Name; Job Title, Start Date - End Date, Company Name; Job Title, Start Date - End Date, Company Name",
|
118 |
"industry": "industry of work",
|
119 |
+
"skills": "Identify and list specific skills mentioned in both the skills section and inferred from the experience section, formatted as: Skill 1, Skill 2, Skill 3, Skill 4, Skill 5, Skill 6, Skill 7, Skill 8, Skill 9, Skill 10, Skill 11, Skill 12, Skill 13, Skill 14, Skill 15",
|
120 |
"positions": ["Job title 1", "Job title 2", "Job title 3"],
|
121 |
"summary": "Generate a summary of the CV, including key qualifications, notable experiences, and relevant skills."
|
122 |
]
|