Update config.json
Browse files- config.json +9 -3
config.json
CHANGED
@@ -11,9 +11,15 @@
|
|
11 |
"numpy"
|
12 |
],
|
13 |
"example_input": {
|
14 |
-
"candidate_field":
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"model": {
|
19 |
"file": "recommendation_pipeline.pkl"
|
|
|
11 |
"numpy"
|
12 |
],
|
13 |
"example_input": {
|
14 |
+
"candidate_field": [
|
15 |
+
"Data Science"
|
16 |
+
],
|
17 |
+
"final_hard_skill": [
|
18 |
+
"Python, Java, Finance, Excel"
|
19 |
+
],
|
20 |
+
"final_soft_skill": [
|
21 |
+
"Communication, Teamwork"
|
22 |
+
]"
|
23 |
},
|
24 |
"model": {
|
25 |
"file": "recommendation_pipeline.pkl"
|