Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -110,6 +110,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
|
|
110 |
"contact_number" : "contact number"
|
111 |
"total_years_of_experience" : "total years of experience",
|
112 |
"LinkedIn_link" : "LinkedIn link",
|
|
|
113 |
"experience" : "experience",
|
114 |
"skills" : skills(Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)
|
115 |
]
|
|
|
110 |
"contact_number" : "contact number"
|
111 |
"total_years_of_experience" : "total years of experience",
|
112 |
"LinkedIn_link" : "LinkedIn link",
|
113 |
+
"position": "current or most recent job position",
|
114 |
"experience" : "experience",
|
115 |
"skills" : skills(Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)
|
116 |
]
|