trangannh commited on
Commit
d61597f
1 Parent(s): fae05dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -8,8 +8,18 @@ model_description: "This is a recommendation model for job applicants based on t
8
  library_name: sklearn
9
  limitations: "This model is not ready to be used in production."
10
  ---
 
 
 
 
 
 
 
 
 
 
11
  ## Add the get started code
12
- get_started_code =
13
  ```
14
  import pickle
15
  import pandas as pd
 
8
  library_name: sklearn
9
  limitations: "This model is not ready to be used in production."
10
  ---
11
+ # Job Recommendation Model
12
+
13
+ This repository contains a job recommendation model based on skills and majors.
14
+
15
+ ### Run model
16
+ Change csv file path and run **"RECOMMENDATION MODEL"** part in **Job_Recommendation_System.ipynb** notebook
17
+
18
+ ### Test recommeded system
19
+ 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
20
+
21
  ## Add the get started code
22
+ # Get started code
23
  ```
24
  import pickle
25
  import pandas as pd