Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jalajthanaki/job_recommendation_engine

This repository contains code how to build job recommendation engine using Kaggle 'Job Recommendation Challenge' dataset
https://github.com/jalajthanaki/job_recommendation_engine

content-based-recommendation job-recommendation kaggel

Last synced: 15 days ago
JSON representation

This repository contains code how to build job recommendation engine using Kaggle 'Job Recommendation Challenge' dataset

Awesome Lists containing this project

README

        

# Job recommendation engine

This repository contains improvised approach for building job recommendation engine.

## Dependencies
* matplotlib
* seaborn
* pandas
* numpy
* ast
* scipy
* scikit-learn

## Install dependencies
```
* matplotlib: $ sudo apt-get install libfreetype6-dev libpng-dev
$ sudo pip install matplotlib
* seaborn: $ sudo pip install seaborn
* pandas: $ sudo pip install pandas
* numpy: $ sudo pip install numpy
* ast: By defualt available
* scipy: $ sudo pip install scipy
* scikit-learn: $ sudo pip install -U scikit-learn

```

## Dataset

* You can download dataset from this [link](https://www.kaggle.com/c/job-recommendation/data)
* Make a folder `input_data`
* Put all datafiles inside this folder

## Usage

Please run the code givne in jupyter notebook `Job_recommendation_engine.ipynb`