Giter Site home page Giter Site logo

greg12thomson / honoursproject Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 26.83 MB

Honours project repo

JavaScript 76.22% HTML 22.05% CSS 1.13% Python 0.60%
word2vec word-embeddings javascript nodejs materializecss wikipedia-api pageviews project university-project university

honoursproject's Introduction

Project

Gregor Thomson - University of Glasgow

This is a collaborative project with Amazon Development Centre to investigating whether auto-generated tags can accurately represent jobs to aid job recommendations. Job Tagger is a prototype system used to suggest skill for a given job description. Input a job description and Job Tagger will return five suggested skills needed for that job.

JobTagger - Web application for the prototype system

SkillVectorGenerator - Creates a Word2Vec word embedding vector for each skill

WikipediaPopularity - Finds the average daily views for each skills wikipedia page using Wikipedia PageViews API

WikiScrape - scrapes Google for Wikipedia pages for each skill

WordSkillSimilarity - Finds words similar for each skill using Word2Vec word embeddings

=======

Running the Programs

JobTagger

An example of running from the command line is as follows:

$ mongod

In other terminal:

$ npm install
$ node index.js

Goto http://localhost:8080/ and it will take you to the index page of the website.

SkillVectorGenerator

Run the following in the command line:

$ npm install
$ node skillVector.js

WikipediaPopularity

Run the following in the command line:

$ npm install
$ node popularWiki.js

WikiScrape

Run the following in the command line:

$ python scrapeWiki.py

WordSkillSimilarity

Run the following in the command line:

$ npm install
$ node word2vec.js

honoursproject's People

Contributors

2029108 avatar greg12thomson avatar

Watchers

 avatar

Forkers

bravesoftdz

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.