trangannh's picture
Update README.md
b921b90 verified
|
raw
history blame
844 Bytes

Job Recommendation Model

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

Usage

Installation

Clone the repository:

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# Job Recommendation Model

API

To use this model, send a POST request to the inference API with the following JSON payload:

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