Giter VIP home page Giter VIP logo

resume-parser's Introduction

Resume_parser_using_deep_learning

Resume parser with ner using state of art in deep learning with transformers specifically roberta.This project is a personal project and not ready for production use but can decently perform parsing on the resumes and extract the keywords and match it with the best possible entitites which i have defined below.

The link for trained model is link to model .I did not added it on github because size was exceeding github size parameter.

There are seven types of entity possible for a given set of words:

  1. Job title : This entity represents the the type of job which users wants
  2. skill : This represents the importants skills which users possess
  3. experience : This represents the job of the user in previous company and it timeline
  4. org : This represents the set of companies ehich user has worked previously or working now.
  5. tool : This represents the software tools used by user
  6. Degree : This represents which degree user has taken for example B.Tech,M.tech,MBA etc
  7. Educ : This represents the college in which user studied.

I have create a docker container so that it can work on any system because i am tired on people saying not working on my system

Deployment

  • docker should be installed in your machine
  • Then download the repo
  • Build the docker file using docker build -t resume_docker . (If it does not work use sudo command)
  • Then run the docker file using docker run -d -p 5000:5000 resume_docker
  • And on this url link you can upload your resume and then the model will give parsed output after sometime so that you will be able to see important keyword in the resume.

Demo Gif of the Application

Demo gif of the application

Ci / CD pipeline

Created a complete ci cd pipleine with docker, aws ecs, aws ecr and github actions to automate the workflow of the environment

resume-parser's People

Contributors

desistrom 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.