Nasma commited on
Commit
36def59
·
verified ·
1 Parent(s): 3e9e13b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -111,7 +111,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
111
  "total_years_of_experience" : "total years of experience",
112
  "LinkedIn_link" : "LinkedIn link",
113
  "position": "current or most recent job position",
114
- "industry": "industry of work (e.g., marketing, IT, accounting, manufacturing)",
115
  "experience" : "experience",
116
  "skills" : skills(Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)
117
  ]
 
111
  "total_years_of_experience" : "total years of experience",
112
  "LinkedIn_link" : "LinkedIn link",
113
  "position": "current or most recent job position",
114
+ "industry": "industry of work",
115
  "experience" : "experience",
116
  "skills" : skills(Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)
117
  ]