Giter Club home page Giter Club logo

recommender-system's Introduction

Job Recommender System

Overview

Job Recommender System is an interactive web application for job seekers to search and apply openings. In addition, I also implemented a content-based job recommender system to recommend jobs to users. I built RESTful APIs using Java Servlets to retrieve job description using GitHub API and store data in MySQL, and I use the MonkeyLearn API to extract the keywords of the job description.

Requirement

  • Java 8 or higher
  • Eclipse for Enterprise Java Developers
  • Apache Tomcat
  • Register Monkey Learn API
  • AWS Account

Installation

  1. Set Tomcat to Eclipse
  2. Clone Recommender System from GitHub
  3. Use Maven install the dependences
git clone [email protected]:tingkaiwu/recommender-system.git
cd recommender-system
mvn install
  1. Start your Tomcat
  2. http://localhost:8080/jupiter/

Skills

  • Java
  • JavaScript
  • Java Servlet
  • HTML
  • CSS
  • AWS RDS
  • AWS EC2


Structure

I used Tomcat as HTTP Server in this project, and used Java Servlet to build six API endpoints to handle HTTP request and response, including search, recommendation, history, login, logout and register.

In addition, I built two clients to operate GitHub API & Monkey Learn API, and access MySQL database deployed on AWS.


Program Flow

Database Structure

API Endpoint

  • /jupiter

  • /jupiter/search

  • /jupiter/recommendation

  • /jupiter/history

  • /jupiter/login

  • /jupiter/logout

  • /jupiter/register

recommender-system's People

Contributors

tingkaiwu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.