Shavakchauhan / Resume_parser_using_deep_learning

Resume parser with ner using state of art in deep learning with transformers specifically bert.
GNU General Public License v3.0
34 stars 13 forks source link

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

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

Blog

For more detailed information you can visit my blog at link