Coder Social home page Coder Social logo

jobgpt's Introduction

JobGPT

Chat GPT backed semantic search on LinkedIn job postings.

Current experience and painpoint

Currently LinkedIn doesn't offer a very relavant search experience for job posting (this, I believe, is the same for other job sites as well). Part of it is due to lack of even more granular filters, and another part of it due to different job posts set different terms for same title. E.g. a simple software engineer could mean from front-end to full stack to backend not to mention all possible combinations of tech involved. So a customer, e.g. a SDE like you and I have to read line by line to understand the expectations for any titles.

Solution

This is where ChatGPT comes into play. By leveraging a full documentation semanic search, it can extract relevant job information and reformat job description to your liking.

Prerequisites

Prerequisite: Python dependencies

First ensure your python version is 3.10+. Run pip install -r requirements.txt in folder.

Prerequisite: OpenAI

Create a json file named openai.json under the same folder as jobGpt.ipynb. Use this format:

{"OPENAI_API_KEY":"your_api_key"}

You can get your api key from here; click create new secret key and save it as above.

Prerequisite: Selenium

Here I use Chrome as webdriver (bot controlled browser), you can use your own browser by changing this line:

driver = webdriver.Chrome('./chromedriver.exe')

to

webdriver.your_browser('./your_driver_location.exe')

Say you go with Chrome (or you just want to it to run), download Chromedriver from here. Webdriver version has to match your Chrome version! You can check your chrome version by this link: chrome://settings/help. After download move it to the same folder as jobGpt.ipynb and rename as chromedriver.exe if not already.

Prerequisite: Google Sheets

Follow this guide right after this part. Create a new Google Sheets and copy paste your sheet id to SPREADSHEET_ID.

The point: the future of search and the future of LLM

Paul Graham said for years how Google search experience deteriorate and how there could be a new start-up disrupt the status quo. My theory is, Google Search may be bad but it does have a big moat by being in the game and sharpening its tech long enough. There're way worse search engines out there, just think about Cmd+f for you text.
So why don't we plug everything onto OpenAI LLM and call that a day? Other than the obvious fact that Microsoft/Bing forged an alliance with OpenAI with lots of cash and lots of GPUs, at this point it's still so expensive running an LLM. So far I don't have a price calculation of OpenAI api calls in bulk(tbd once foundry is out), but the individual api call is costing $0.02 per 1k tokens, and each job post already consumes 4k which is $0.08. Not to mention if you want an actual experience similar to current LinkedIn filter you need to do it quick and across so many job posts. Say if you can only retrieve 4 post per 100, and you want to return 25 jobs matching the queries, then you end up with a cost of 25/4*100*0.08=50. That's already more expensive than LinkedIn premium per month. So my predictions are: in short run most search products are going through a semantic search or out battle. Google search probably will still stay relevant. To quote the Double Helix and change the subject matter to Google,

The position would be far safer if Google had been merely wrong instead of looking like a fool. Soon, if not already, he would be at it day and night.

Bing being the contender. A bunch of search engine start ups on the horizon (we're talking about Neeva and You) trying to blitzscale into mass majorities' consciousness. Outside of the main battle field, there'll be one million apps with VC dry powder ready to take NLP models and semantic search and a better UX into each individual siloed teritory and change the landscape. But in the long run the winner is whoever able to shrink the inference cost by 10x. It would be really fun to see if one of these MLEs got fired by Google/Amazon/Microsoft actually possess that kind of knowledge and take this opportunity to become the next king.

jobgpt's People

Contributors

jianghoy avatar

Stargazers

 avatar Beatriz avatar Yuan Chen avatar k4d 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.