trangannh commited on
Commit
b921b90
·
verified ·
1 Parent(s): 0b913d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -15,4 +15,17 @@ cd {repo_name}
15
  Change csv file path and run **"RECOMMENDATION MODEL"** part in **Job_Recommendation_System.ipynb** notebook
16
 
17
  ### Test recommeded system
18
- In **TEST RECOMMENDED SYSTEM** part of **Job_Recommendation_System.ipynb** notebook, change input_hard_skills, input_soft_skills, input_major and run code to receive result
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  Change csv file path and run **"RECOMMENDATION MODEL"** part in **Job_Recommendation_System.ipynb** notebook
16
 
17
  ### Test recommeded system
18
+ In **TEST RECOMMENDED SYSTEM** part of **Job_Recommendation_System.ipynb** notebook, change **input_hard_skills, input_soft_skills, input_major** and run code to receive# Job Recommendation Model
19
+
20
+ ### API
21
+
22
+ To use this model, send a POST request to the inference API with the following JSON payload:
23
+
24
+ ```json
25
+ {
26
+ "input_hard_skills": "Business, Finance, Excel",
27
+ "input_soft_skills": "Communication, Teamwork",
28
+ "input_major": "Marketing"
29
+ }
30
+ result
31
+