All Projects → itsjafer → Resume Parser

itsjafer / Resume Parser

AWS Lambda function queried using AWS API Gateway to parse resumes using Lever API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Resume Parser

Pyresparser
A simple resume parser used for extracting information from resumes
Stars: ✭ 297 (+141.46%)
Mutual labels:  resume, parser
Go Wasm
WebAssembly binary file parser written in go
Stars: ✭ 121 (-1.63%)
Mutual labels:  parser
Chirp
A modern low-level programming language
Stars: ✭ 116 (-5.69%)
Mutual labels:  parser
Crass
A Ruby CSS parser that's fully compliant with the CSS Syntax Level 3 specification.
Stars: ✭ 118 (-4.07%)
Mutual labels:  parser
Ltgt
Lightweight HTML processor
Stars: ✭ 117 (-4.88%)
Mutual labels:  parser
Html2pug
Converts HTML to Pug 🐶
Stars: ✭ 118 (-4.07%)
Mutual labels:  parser
Cmd Parser
一个非常简单好用的命令解析器,占用资源极少极少,采用哈希算法超快匹配命令!
Stars: ✭ 115 (-6.5%)
Mutual labels:  parser
Php Po Parser
Parse Gettext *.PO files with PHP
Stars: ✭ 121 (-1.63%)
Mutual labels:  parser
Commonmark Java
Java library for parsing and rendering CommonMark (Markdown)
Stars: ✭ 1,675 (+1261.79%)
Mutual labels:  parser
Luqum
A lucene query parser generating ElasticSearch queries and more !
Stars: ✭ 118 (-4.07%)
Mutual labels:  parser
Instagram Parser
Парсер аккаунтов подписчиков и подписок в Instagram
Stars: ✭ 118 (-4.07%)
Mutual labels:  parser
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-4.88%)
Mutual labels:  resume
Rust hdl
Stars: ✭ 120 (-2.44%)
Mutual labels:  parser
Lua Gumbo
Moved to https://gitlab.com/craigbarnes/lua-gumbo
Stars: ✭ 116 (-5.69%)
Mutual labels:  parser
Spectre.cli
An extremely opinionated command-line parser.
Stars: ✭ 121 (-1.63%)
Mutual labels:  parser
Alembic
⚗️ Functional JSON Parser - Linux Ready 🐧
Stars: ✭ 115 (-6.5%)
Mutual labels:  parser
Surelog
SystemVerilog 2017 Pre-processor, Parser, Elaborator, UHDM Compiler. Provides IEEE Design/TB C/C++ VPI and Python AST API.
Stars: ✭ 116 (-5.69%)
Mutual labels:  parser
Java Petitparser
Dynamic parser combinators in Java.
Stars: ✭ 118 (-4.07%)
Mutual labels:  parser
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (-0.81%)
Mutual labels:  resume
Webrtc Sdp
Rust SDP parser for WebRTC
Stars: ✭ 121 (-1.63%)
Mutual labels:  parser
     ___        ______     ____ _                 _  ___  
    / \ \      / / ___|   / ___| | ___  _   _  __| |/ _ \ 
   / _ \ \ /\ / /\___ \  | |   | |/ _ \| | | |/ _` | (_) |
  / ___ \ V  V /  ___) | | |___| | (_) | |_| | (_| |\__, |
 /_/   \_\_/\_/  |____/   \____|_|\___/ \__,_|\__,_|  /_/ 

Update: this project is no longer functional

Unfortunately, Lever's API has been made private and is no longer exposed for public use. It was fun while it lasted!

Resume Parser

This repo hosts the AWS Lambda function for querying Lever's resume parsing API (as a bonus, it was written using AWS Cloud9). The REST API to query the function was set up using AWS API Gateway

While the Lever API is (probably unintentionally) public, it implements strict CORS. This lambda function is used as a proxy to facilitate server-to-server communication.

You can view a live demo here.

How does this work?

Lever.co is a popular recruiting platform used by many companies. As job applicants, we often encounter Lever when applying for jobs. When applying to a job posting powered by Lever, if you pay attention to the network requests being made, you'll notice that a call to an internal Lever API is made. In particular, a post request is made to https://jobs.lever.co/parseResume which parses the resume through Lever's backend. My website is simply a front-end that displays the results of the parse in an easy-to-digest manner.

diagram

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].