Giter Site home page Giter Site logo

tis_job_project's Introduction

Job Recommendation By Skill Match

Project to to create a simple skill-keyword-based job recommendation engine, which match keywords from resume to job descriptions

Install

Install virtualenv virtualenv is a tool to create isolated Python projects. Think of it, as a cleanroom, isolated from other virsions of Python and libriries.

Enter this command into terminal

sudo pip install virtualenv

or if you get an error

sudo -H pip install virtualenv

Start virtualenv Navigate to where you want to store your code. Create new directory.

mkdir my_project && cd my_project

INSIDE my_project folder create a new virtualenv

virtualenv env

Activate virtualenv

source env/bin/activate

This project requires Python 3.0+ and the following Python libraries installed:

Code

Code is provided in

  • job_recommendation.py
  • linkedin_scrapper.py
  • skill_keyword_match.py
  • web_scrapper.py

Run

In a terminal or command window, navigate to the top-level project directory TIS_Job_Project/ and run one of the following commands:

Search and match jobs in all cities: python indeed_job_recommendation.py

Search and match jobs in one city e.g. Vancouver,BC: python indeed_job_recommendation.py Vancouver,BC

When finishes successfully, it will say 'File of recommended jobs saved'.

Data

Data collected from TBD

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.