GithubHelp home page GithubHelp logo

arthurcerveira / job-recommender-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 903 KB

Graph based job recommender system with Neo4J

Python 100.00%
collaborative-filtering graph-database neo4j recommender-system graph-data-science

job-recommender-system's Introduction

Job Recommender System based on graphs

Ariam Bartsch, Arthur Cerveira, Carlos Calage

Introduction

This repository contains an implementation of a job recommender system based on graphs using the Neo4j database and Python. The system uses the Kaggle Job Recommendation Dataset and the relationships between the users and the jobs to recommend relevant jobs to the users.

Initial setup

To run the project, you must have Git, Python >= 3.6, and Docker installed on your machine.

First, you need to clone the repository to your local machine:

$ git clone https://github.com/arthurcerveira/Job-Recommender-System.git

Neo4j

Run the following command to start the Neo4j database with Docker:

$ docker run -p 7474:7474 \
             -p 7687:7687 \
             --env NEO4JLABS_PLUGINS='["apoc"]' \
             --env apoc.import.file.enabled=true \
             --env NEO4J_AUTH=neo4j/1234 \
             neo4j:4.2.2

Then, you can access the Neo4j browser sandbox at http://localhost:7474/browser/. The default username and password are neo4j and 1234, respectively.

Python

First you need to install the dependencies with pip:

$ pip install -r requirements.txt

Then you can load the data into the database:

$ python load_to_neo4j.py

job-recommender-system's People

Contributors

arthurcerveira avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.