Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 880 Bytes

File metadata and controls

20 lines (16 loc) · 880 Bytes

Job Quest

A Web app that track resume applications for company as well as generate skill test for jobs based on the job description using generative AI image

Overview

  • Generates a resume score against the job description using Google HuggingFace's word2vec model and cosine similarity
  • Generates a skill test based on the job description for each applicant using Gemeni API

How to install

Just the usual...

  • clone the code go server create a config.json from your MongoDB
  • got to client folder then run npm install on the terminal
  • npm run dev to open the client app

To do

  • Complete landing page
  • Optimize database usage
  • Remove Redundant code
  • Deploy