File size: 988 Bytes
6b1930b
 
 
 
 
5e2ae11
6b1930b
646c154
 
 
 
 
 
 
 
 
 
 
5915886
f1c49b4
646c154
 
 
 
10c113e
b921b90
 
 
19fb5b7
b921b90
 
 
 
 
 
 
5e2ae11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
tags:
- job-recommendation
- sklearn
license: mit
library_name: sklearn
---
# Job Recommendation Model

This repository contains a job recommendation model based on skills and majors.

## Usage

### Installation
Clone the repository:
```bash
git clone https://huggingface.co/{username}/{repo_name}
cd {repo_name}
```

### Run model
Change csv file path and run **"RECOMMENDATION MODEL"** part in **Job_Recommendation_System.ipynb** notebook

### Test recommeded system
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

### API

To use this model, send a POST request to the inference API with the following JSON payload (change **input_hard_skills, input_soft_skills, input_major** for different results):

```json
{
  "input_hard_skills": "Business, Finance, Excel",
  "input_soft_skills": "Communication, Teamwork",
  "input_major": "Marketing"
}
 result